#CBAEAC

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

Shades of Cold Turkey #CBAEAC

Tints of Cold Turkey #CBAEAC

Color information

#CBAEAC (or 0xCBAEAC) is unknown color: approx Cold Turkey. HEX triplet: CB, AE and AC. RGB value is (203,174,172). Sum of RGB (Red+Green+Blue) = 203+174+172=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEAC is #345153. Grayscale: #B6B6B6. Windows color (decimal): -3428692 or 11316939. OLE color: 11316939.

HSL color Cylindrical-coordinate representation of color #CBAEAC: hue angle of 3.87º degrees, saturation: 0.23, 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 #CBAEAC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203174172-
CMYK00.140.150.20
HSL3.87º22.96%73.53%-
HSV(B)3.87º15.27%79.61%-
XYZ47.2145.9545.41-
YUV182.44122.11142.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=36.98%
G=31.69%
B=31.33%

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
Decimal20317417200.140.150.203.8722.9673.53
HexCBAEAC0EF144174a
Octal3132562540161724427112
Binary11001011101011101010110001110111110100100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEAC; }

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

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

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

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

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

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

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

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