Html Css Color HEX #CCABAA Cold Turkey

📋 copy color: '#CCABAA'

red 204 ◦ green 171 ◦ blue 170

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

Shades of Cold Turkey #CCABAA

Tints of Cold Turkey #CCABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.38%

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

R = 37.43%
G = 31.38%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCABAA (or 0xCCABAA) is known color: Cold Turkey. HEX triplet: CC, AB and AA. RGB value is (204,171,170). Sum of RGB (Red+Green+Blue) = 204+171+170=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABAA is #335455. Grayscale: #B4B4B4. Windows color (decimal): -3363926 or 11185100. OLE color: 11185100.

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

Color convert

RGB 204 171 170 -
CMYK 0 0.16 0.17 0.2
HSL 1.76º 0.25% 0.73% -
HSV(B) 1.76º 0.17% 0.8% -
XYZ 46.72 44.87 44.23 -
YUV 180.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 204 171 170 0 0.16 0.17 0.2 1.76 0.25 0.73
Hex CC AB AA 0 10 11 14 2 19 49
Octal 314 253 252 0 20 21 24 2 31 111
Binary 11001100 10101011 10101010 0 10000 10001 10100 10 11001 1001001

Color Harmonies of #CCABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABAA

Black with #CCABAA

Text Example


Text Example

White with #CCABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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