#CABDBB

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

Shades of Cold Turkey #CABDBB

Tints of Cold Turkey #CABDBB

Color information

#CABDBB (or 0xCABDBB) is unknown color: approx Cold Turkey. HEX triplet: CA, BD and BB. RGB value is (202,189,187). Sum of RGB (Red+Green+Blue) = 202+189+187=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBB is #354244. Grayscale: #C0C0C0. Windows color (decimal): -3490373 or 12303818. OLE color: 12303818.

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

Color convert

RGB202189187-
CMYK00.060.070.21
HSL12.4%76.27%-
HSV(B)7.43%79.22%-
XYZ51.5252.5454.44-
YUV192.66124.81134.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=34.95%
G=32.70%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218918700.060.070.21812.476.27
HexCABDBB067158c4c
Octal312275273067251014114
Binary110010101011110110111011011011110101100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDBB; }

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

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

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

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

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

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

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

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