#CBADAB

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

Shades of Cold Turkey #CBADAB

Tints of Cold Turkey #CBADAB

Color information

#CBADAB (or 0xCBADAB) is unknown color: approx Cold Turkey. HEX triplet: CB, AD and AB. RGB value is (203,173,171). Sum of RGB (Red+Green+Blue) = 203+173+171=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADAB is #345254. Grayscale: #B5B5B5. Windows color (decimal): -3428949 or 11251147. OLE color: 11251147.

HSL color Cylindrical-coordinate representation of color #CBADAB: hue angle of 3.75º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBADAB is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203173171-
CMYK00.150.160.20
HSL3.75º23.53%73.33%-
HSV(B)3.75º15.76%79.61%-
XYZ46.9245.5244.84-
YUV181.74121.94143.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=37.11%
G=31.63%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317317100.150.160.203.7523.5373.33
HexCBADAB0F101441849
Octal3132552530172024430111
Binary110010111010110110101011011111000010100100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADAB; }

 p { color: rgb(203,173,171); }

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

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

 a { background-color: rgb(203,173,171); }

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

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

 span { border-color: rgb(203,173,171); }

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