#CBACA8

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

Shades of Cold Turkey #CBACA8

Tints of Cold Turkey #CBACA8

Color information

#CBACA8 (or 0xCBACA8) is unknown color: approx Cold Turkey. HEX triplet: CB, AC and A8. RGB value is (203,172,168). Sum of RGB (Red+Green+Blue) = 203+172+168=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBACA8 is #345357. Grayscale: #B4B4B4. Windows color (decimal): -3429208 or 11054283. OLE color: 11054283.

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

Color convert

RGB203172168-
CMYK00.150.170.20
HSL6.86º25.18%72.75%-
HSV(B)6.86º17.24%79.61%-
XYZ46.4545.0343.29-
YUV180.81120.77143.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=37.38%
G=31.68%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317216800.150.170.206.8625.1872.75
HexCBACA80F111471949
Octal3132542500172124731111
Binary110010111010110010101000011111000110100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACA8; }

 p { color: rgb(203,172,168); }

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

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

 a { background-color: rgb(203,172,168); }

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

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

 span { border-color: rgb(203,172,168); }

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