#CCABBA

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

Shades of Maverick #CCABBA

Tints of Maverick #CCABBA

Color information

#CCABBA (or 0xCCABBA) is unknown color: approx Maverick. HEX triplet: CC, AB and BA. RGB value is (204,171,186). Sum of RGB (Red+Green+Blue) = 204+171+186=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBA is #335445. Grayscale: #B6B6B6. Windows color (decimal): -3363910 or 12233676. OLE color: 12233676.

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

Color convert

RGB204171186-
CMYK00.160.090.2
HSL332.73º24.44%73.53%-
HSV(B)332.73º16.18%80%-
XYZ48.3345.5152.69-
YUV182.58129.93143.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=36.36%
G=30.48%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417118600.160.090.2332.7324.4473.53
HexCCABBA01091414d184a
Octal314253272020112451530112
Binary110011001010101110111010010000100110100101001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABBA; }

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

 H1.HeaderClassName
 {
   color: #CCABBA;
 }
 .AnyTagClassName
 {
   color: #CCABBA;
 }
</style>
background-color css

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

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

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

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

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

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