#CCABAB

Color #CCABAB Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #CCABAB

Tints of Cold Turkey #CCABAB

Color information

#CCABAB (or 0xCCABAB) is unknown color: approx 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

RGB204171171-
CMYK00.160.160.2
HSL24.44%73.53%-
HSV(B)16.18%80%-
XYZ46.8244.944.73-
YUV180.87122.43144.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417117100.160.160.2024.4473.53
HexCCABAB01010140184a
Octal3142532530202024030112
Binary11001100101010111010101101000010000101000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>