Html Css Color HEX #CCAAA8 Cold Turkey

📋 copy color: '#CCAAA8'

red 204 ◦ green 170 ◦ blue 168

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

Shades of Cold Turkey #CCAAA8

Tints of Cold Turkey #CCAAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.37%

 BLUE value IS 168 (66.02% from 255) = 31%

R = 37.64%
G = 31.37%
B = 31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCAAA8 (or 0xCCAAA8) is known color: Cold Turkey. HEX triplet: CC, AA and A8. RGB value is (204,170,168). Sum of RGB (Red+Green+Blue) = 204+170+168=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAA8 is #335557. Grayscale: #B3B3B3. Windows color (decimal): -3364184 or 11053772. OLE color: 11053772.

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

Color convert

RGB 204 170 168 -
CMYK 0 0.17 0.18 0.2
HSL 3.33º 0.26% 0.73% -
HSV(B) 3.33º 0.18% 0.8% -
XYZ 46.34 44.41 43.18 -
YUV 179.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 204 170 168 0 0.17 0.18 0.2 3.33 0.26 0.73
Hex CC AA A8 0 11 12 14 3 1A 49
Octal 314 252 250 0 21 22 24 3 32 111
Binary 11001100 10101010 10101000 0 10001 10010 10100 11 11010 1001001

Color Harmonies of #CCAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAA8

Black with #CCAAA8

Text Example


Text Example

White with #CCAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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