#CABEBB

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

Shades of Cold Turkey #CABEBB

Tints of Cold Turkey #CABEBB

Color information

#CABEBB (or 0xCABEBB) is unknown color: approx Cold Turkey. HEX triplet: CA, BE and BB. RGB value is (202,190,187). Sum of RGB (Red+Green+Blue) = 202+190+187=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEBB is #354144. Grayscale: #C1C1C1. Windows color (decimal): -3490117 or 12304074. OLE color: 12304074.

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

Color convert

RGB202190187-
CMYK00.060.070.21
HSL12º12.4%76.27%-
HSV(B)12º7.43%79.22%-
XYZ51.7452.9754.51-
YUV193.25124.48134.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=34.89%
G=32.82%
B=32.30%

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
Decimal20219018700.060.070.211212.476.27
HexCABEBB06715cc4c
Octal312276273067251414114
Binary110010101011111010111011011011110101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEBB; }

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

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

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

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

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

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

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

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