#CBAFAD

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

Shades of Cold Turkey #CBAFAD

Tints of Cold Turkey #CBAFAD

Color information

#CBAFAD (or 0xCBAFAD) is unknown color: approx Cold Turkey. HEX triplet: CB, AF and AD. RGB value is (203,175,173). Sum of RGB (Red+Green+Blue) = 203+175+173=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFAD is #345052. Grayscale: #B7B7B7. Windows color (decimal): -3428435 or 11382731. OLE color: 11382731.

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

Color convert

RGB203175173-
CMYK00.140.150.20
HSL22.39%73.73%-
HSV(B)14.78%79.61%-
XYZ47.546.3745.98-
YUV183.14122.28142.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=36.84%
G=31.76%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317517300.140.150.20422.3973.73
HexCBAFAD0EF144164a
Octal3132572550161724426112
Binary11001011101011111010110101110111110100100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFAD; }

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

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

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

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

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

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

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

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