#CCABBB

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

Shades of Maverick #CCABBB

Tints of Maverick #CCABBB

Color information

#CCABBB (or 0xCCABBB) is unknown color: approx Maverick. HEX triplet: CC, AB and BB. RGB value is (204,171,187). Sum of RGB (Red+Green+Blue) = 204+171+187=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBB is #335444. Grayscale: #B6B6B6. Windows color (decimal): -3363909 or 12299212. OLE color: 12299212.

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

Color convert

RGB204171187-
CMYK00.160.080.2
HSL330.91º24.44%73.53%-
HSV(B)330.91º16.18%80%-
XYZ48.4345.5553.25-
YUV182.69130.43143.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=36.30%
G=30.43%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417118700.160.080.2330.9124.4473.53
HexCCABBB01081414b184a
Octal314253273020102451330112
Binary110011001010101110111011010000100010100101001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABBB; }

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

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

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

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

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

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

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

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