Html Css Color HEX #CCAEAA Cold Turkey

📋 copy color: '#CCAEAA'

red 204 ◦ green 174 ◦ blue 170

#CCAEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Turkey #CCAEAA

Tints of Cold Turkey #CCAEAA

RGB

 RED value IS 204 (80.08% from 255) = 37.23%

 GREEN value IS 174 (68.36% from 255) = 31.75%

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 37.23%
G = 31.75%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCAEAA (or 0xCCAEAA) is known color: Cold Turkey. HEX triplet: CC, AE and AA. RGB value is (204,174,170). Sum of RGB (Red+Green+Blue) = 204+174+170=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEAA is #335155. Grayscale: #B6B6B6. Windows color (decimal): -3363158 or 11185868. OLE color: 11185868.

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

Color convert

RGB 204 174 170 -
CMYK 0 0.15 0.17 0.2
HSL 7.06º 0.25% 0.73% -
HSV(B) 7.06º 0.17% 0.8% -
XYZ 47.29 46.01 44.42 -
YUV 182.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 204 174 170 0 0.15 0.17 0.2 7.06 0.25 0.73
Hex CC AE AA 0 F 11 14 7 19 49
Octal 314 256 252 0 17 21 24 7 31 111
Binary 11001100 10101110 10101010 0 1111 10001 10100 111 11001 1001001

Color Harmonies of #CCAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEAA

Black with #CCAEAA

Text Example


Text Example

White with #CCAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEAA; }

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

 H1.HeaderClassName
 {
   color: #CCAEAA;
 }
 .AnyTagClassName
 {
   color: #CCAEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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