#CF9552

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

Shades of Twine #CF9552

Tints of Twine #CF9552

Color information

#CF9552 (or 0xCF9552) is unknown color: approx Twine. HEX triplet: CF, 95 and 52. RGB value is (207,149,82). Sum of RGB (Red+Green+Blue) = 207+149+82=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9552 is #306AAD. Grayscale: #9F9F9F. Windows color (decimal): -3173038 or 5412303. OLE color: 5412303.

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

Color convert

RGB20714982-
CMYK00.280.600.19
HSL32.16º56.56%56.67%-
HSV(B)32.16º60.39%81.18%-
XYZ3835.3712.81-
YUV158.784.72162.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 82 (32.42% from 255) = 18.72%
R=47.26%
G=34.02%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071498200.280.600.1932.1656.5656.67
HexCF955201C3C13203939
Octal3172251220347423407171
Binary1100111110010101101001001110011110010011100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9552; }

 p { color: rgb(207,149,82); }

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

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

 a { background-color: rgb(207,149,82); }

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

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

 span { border-color: rgb(207,149,82); }

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