Html Css Color HEX #CCAFAA Cold Turkey

📋 copy color: '#CCAFAA'

red 204 ◦ green 175 ◦ blue 170

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

Shades of Cold Turkey #CCAFAA

Tints of Cold Turkey #CCAFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.88%

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

R = 37.16%
G = 31.88%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCAFAA (or 0xCCAFAA) is known color: Cold Turkey. HEX triplet: CC, AF and AA. RGB value is (204,175,170). Sum of RGB (Red+Green+Blue) = 204+175+170=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFAA is #335055. Grayscale: #B7B7B7. Windows color (decimal): -3362902 or 11186124. OLE color: 11186124.

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

Color convert

RGB 204 175 170 -
CMYK 0 0.14 0.17 0.2
HSL 8.82º 0.25% 0.73% -
HSV(B) 8.82º 0.17% 0.8% -
XYZ 47.49 46.4 44.48 -
YUV 183.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 204 175 170 0 0.14 0.17 0.2 8.82 0.25 0.73
Hex CC AF AA 0 E 11 14 9 19 49
Octal 314 257 252 0 16 21 24 11 31 111
Binary 11001100 10101111 10101010 0 1110 10001 10100 1001 11001 1001001

Color Harmonies of #CCAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFAA

Black with #CCAFAA

Text Example


Text Example

White with #CCAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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