#CFB6B5

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

Shades of Cold Turkey #CFB6B5

Tints of Cold Turkey #CFB6B5

Color information

#CFB6B5 (or 0xCFB6B5) is unknown color: approx Cold Turkey. HEX triplet: CF, B6 and B5. RGB value is (207,182,181). Sum of RGB (Red+Green+Blue) = 207+182+181=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6B5 is #30494A. Grayscale: #BDBDBD. Windows color (decimal): -3164491 or 11908815. OLE color: 11908815.

HSL color Cylindrical-coordinate representation of color #CFB6B5: hue angle of 2.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB6B5 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207182181-
CMYK00.120.130.19
HSL2.31º21.31%76.08%-
HSV(B)2.31º12.56%81.18%-
XYZ50.850.0650.7-
YUV189.36123.28140.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=36.32%
G=31.93%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718218100.120.130.192.3121.3176.08
HexCFB6B50CD132154c
Octal3172662650141523225114
Binary1100111110110110101101010110011011001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6B5; }

 p { color: rgb(207,182,181); }

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

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

 a { background-color: rgb(207,182,181); }

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

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

 span { border-color: rgb(207,182,181); }

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