#CFBDBA

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

Shades of Cold Turkey #CFBDBA

Tints of Cold Turkey #CFBDBA

Color information

#CFBDBA (or 0xCFBDBA) is unknown color: approx Cold Turkey. HEX triplet: CF, BD and BA. RGB value is (207,189,186). Sum of RGB (Red+Green+Blue) = 207+189+186=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDBA is #304245. Grayscale: #C2C2C2. Windows color (decimal): -3162694 or 12238287. OLE color: 12238287.

HSL color Cylindrical-coordinate representation of color #CFBDBA: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBDBA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207189186-
CMYK00.090.100.19
HSL8.57º17.95%77.06%-
HSV(B)8.57º10.14%81.18%-
XYZ52.7953.2153.94-
YUV194.04123.46137.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=35.57%
G=32.47%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718918600.090.100.198.5717.9577.06
HexCFBDBA09A139124d
Octal31727527201112231122115
Binary110011111011110110111010010011010100111001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDBA; }

 p { color: rgb(207,189,186); }

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

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

 a { background-color: rgb(207,189,186); }

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

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

 span { border-color: rgb(207,189,186); }

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