Html Css Color HEX #CCABA8 Cold Turkey

📋 copy color: '#CCABA8'

red 204 ◦ green 171 ◦ blue 168

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

Shades of Cold Turkey #CCABA8

Tints of Cold Turkey #CCABA8

RGB

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

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

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

R = 37.57%
G = 31.49%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCABA8 (or 0xCCABA8) is known color: Cold Turkey. HEX triplet: CC, AB and A8. RGB value is (204,171,168). Sum of RGB (Red+Green+Blue) = 204+171+168=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABA8 is #335457. Grayscale: #B4B4B4. Windows color (decimal): -3363928 or 11054028. OLE color: 11054028.

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

Color convert

RGB 204 171 168 -
CMYK 0 0.16 0.18 0.2
HSL 0.26% 0.73% -
HSV(B) 0.18% 0.8% -
XYZ 46.53 44.79 43.24 -
YUV 180.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 204 171 168 0 0.16 0.18 0.2 5 0.26 0.73
Hex CC AB A8 0 10 12 14 5 1A 49
Octal 314 253 250 0 20 22 24 5 32 111
Binary 11001100 10101011 10101000 0 10000 10010 10100 101 11010 1001001

Color Harmonies of #CCABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABA8

Black with #CCABA8

Text Example


Text Example

White with #CCABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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