#CABCBB

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

Shades of Cold Turkey #CABCBB

Tints of Cold Turkey #CABCBB

Color information

#CABCBB (or 0xCABCBB) is unknown color: approx Cold Turkey. HEX triplet: CA, BC and BB. RGB value is (202,188,187). Sum of RGB (Red+Green+Blue) = 202+188+187=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCBB is #354344. Grayscale: #C0C0C0. Windows color (decimal): -3490629 or 12303562. OLE color: 12303562.

HSL color Cylindrical-coordinate representation of color #CABCBB: hue angle of 4º 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 #CABCBB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202188187-
CMYK00.070.070.21
HSL12.4%76.27%-
HSV(B)7.43%79.22%-
XYZ51.3152.1154.37-
YUV192.07125.14135.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=35.01%
G=32.58%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218818700.070.070.21412.476.27
HexCABCBB077154c4c
Octal31227427307725414114
Binary11001010101111001011101101111111010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCBB; }

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

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

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

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

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

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

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

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