Html Css Color HEX #CCABAB Cold Turkey

📋 copy color: '#CCABAB'

red 204 ◦ green 171 ◦ blue 171

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

Shades of Cold Turkey #CCABAB

Tints of Cold Turkey #CCABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 37.36%
G = 31.32%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCABAB (or 0xCCABAB) is known color: Cold Turkey. HEX triplet: CC, AB and AB. RGB value is (204,171,171). Sum of RGB (Red+Green+Blue) = 204+171+171=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABAB is #335454. Grayscale: #B4B4B4. Windows color (decimal): -3363925 or 11250636. OLE color: 11250636.

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

Color convert

RGB 204 171 171 -
CMYK 0 0.16 0.16 0.2
HSL 0.24% 0.74% -
HSV(B) 0.16% 0.8% -
XYZ 46.82 44.9 44.73 -
YUV 180.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 204 171 171 0 0.16 0.16 0.2 0 0.24 0.74
Hex CC AB AB 0 10 10 14 0 18 4A
Octal 314 253 253 0 20 20 24 0 30 112
Binary 11001100 10101011 10101011 0 10000 10000 10100 0 11000 1001010

Color Harmonies of #CCABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABAB

Black with #CCABAB

Text Example


Text Example

White with #CCABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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