#CABCBA

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

Shades of Cold Turkey #CABCBA

Tints of Cold Turkey #CABCBA

Color information

#CABCBA (or 0xCABCBA) is unknown color: approx Cold Turkey. HEX triplet: CA, BC and BA. RGB value is (202,188,186). Sum of RGB (Red+Green+Blue) = 202+188+186=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCBA is #354345. Grayscale: #BFBFBF. Windows color (decimal): -3490630 or 12238026. OLE color: 12238026.

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

Color convert

RGB202188186-
CMYK00.070.080.21
HSL7.5º13.11%76.08%-
HSV(B)7.5º7.92%79.22%-
XYZ51.252.0753.81-
YUV191.96124.64135.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=35.07%
G=32.64%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218818600.070.080.217.513.1176.08
HexCABCBA078158d4c
Octal3122742720710251015114
Binary1100101010111100101110100111100010101100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCBA; }

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

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

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

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

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

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

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

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