#CCB2AE

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

Shades of Cold Turkey #CCB2AE

Tints of Cold Turkey #CCB2AE

Color information

#CCB2AE (or 0xCCB2AE) is unknown color: approx Cold Turkey. HEX triplet: CC, B2 and AE. RGB value is (204,178,174). Sum of RGB (Red+Green+Blue) = 204+178+174=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AE is #334D51. Grayscale: #B9B9B9. Windows color (decimal): -3362130 or 11449036. OLE color: 11449036.

HSL color Cylindrical-coordinate representation of color #CCB2AE: hue angle of 8º 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 #CCB2AE is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204178174-
CMYK00.130.150.2
HSL22.73%74.12%-
HSV(B)14.71%80%-
XYZ48.4647.7346.7-
YUV185.32121.61141.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=36.69%
G=32.01%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417817400.130.150.2822.7374.12
HexCCB2AE0DF148174a
Octal31426225601517241027112
Binary110011001011001010101110011011111101001000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2AE; }

 p { color: rgb(204,178,174); }

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

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

 a { background-color: rgb(204,178,174); }

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

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

 span { border-color: rgb(204,178,174); }

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