Html Css Color HEX #CCABA9 Cold Turkey

📋 copy color: '#CCABA9'

red 204 ◦ green 171 ◦ blue 169

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

Shades of Cold Turkey #CCABA9

Tints of Cold Turkey #CCABA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.07%

R = 37.5%
G = 31.43%
B = 31.07%

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

#CCABA9 (or 0xCCABA9) is known color: Cold Turkey. HEX triplet: CC, AB and A9. RGB value is (204,171,169). Sum of RGB (Red+Green+Blue) = 204+171+169=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABA9 is #335456. Grayscale: #B4B4B4. Windows color (decimal): -3363927 or 11119564. OLE color: 11119564.

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

Color convert

RGB 204 171 169 -
CMYK 0 0.16 0.17 0.2
HSL 3.43º 0.26% 0.73% -
HSV(B) 3.43º 0.17% 0.8% -
XYZ 46.63 44.83 43.73 -
YUV 180.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 204 171 169 0 0.16 0.17 0.2 3.43 0.26 0.73
Hex CC AB A9 0 10 11 14 3 1A 49
Octal 314 253 251 0 20 21 24 3 32 111
Binary 11001100 10101011 10101001 0 10000 10001 10100 11 11010 1001001

Color Harmonies of #CCABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABA9

Black with #CCABA9

Text Example


Text Example

White with #CCABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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