#CF924F

Color #CF924F Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CF924F

Tints of Twine #CF924F

Color information

#CF924F (or 0xCF924F) is unknown color: approx Twine. HEX triplet: CF, 92 and 4F. RGB value is (207,146,79). Sum of RGB (Red+Green+Blue) = 207+146+79=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF924F is #306DB0. Grayscale: #9C9C9C. Windows color (decimal): -3173809 or 5214927. OLE color: 5214927.

HSL color Cylindrical-coordinate representation of color #CF924F: hue angle of 31.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF924F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20714679-
CMYK00.290.620.19
HSL31.41º57.14%56.08%-
HSV(B)31.41º61.84%81.18%-
XYZ37.4234.3912.06-
YUV156.684.21163.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 79 (31.25% from 255) = 18.29%
R=47.92%
G=33.80%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071467900.290.620.1931.4157.1456.08
HexCF924F01D3E131f3938
Octal3172221170357623377170
Binary110011111001001010011110111011111101001111111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF924F; }

 p { color: rgb(207,146,79); }

 H1.HeaderClassName
 {
   color: #CF924F;
 }
 .AnyTagClassName
 {
   color: #CF924F;
 }
</style>
background-color css

<style>
 a { background-color: #CF924F; }

 a { background-color: rgb(207,146,79); }

 div.DivClassName
 {
   background-color: #CF924F;
 }
 .BgClassName
 {
   background-color: #CF924F;
 }
</style>
border-color css

<style>
 span { border-color: #CF924F; }

 span { border-color: rgb(207,146,79); }

 td.TdClassName
 {
   border-color: #CF924F;
 }
 .TagClassName
 {
   border-color: #CF924F;
 }
</style>