#CABDBA

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

Shades of Cold Turkey #CABDBA

Tints of Cold Turkey #CABDBA

Color information

#CABDBA (or 0xCABDBA) is unknown color: approx Cold Turkey. HEX triplet: CA, BD and BA. RGB value is (202,189,186). Sum of RGB (Red+Green+Blue) = 202+189+186=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBA is #354245. Grayscale: #C0C0C0. Windows color (decimal): -3490374 or 12238282. OLE color: 12238282.

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

Color convert

RGB202189186-
CMYK00.060.080.21
HSL11.25º13.11%76.08%-
HSV(B)11.25º7.92%79.22%-
XYZ51.4252.553.88-
YUV192.54124.31134.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=35.01%
G=32.76%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218918600.060.080.2111.2513.1176.08
HexCABDBA06815bd4c
Octal3122752720610251315114
Binary1100101010111101101110100110100010101101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDBA; }

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

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

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

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

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

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

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

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