#CCABBD

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

Shades of Maverick #CCABBD

Tints of Maverick #CCABBD

Color information

#CCABBD (or 0xCCABBD) is unknown color: approx Maverick. HEX triplet: CC, AB and BD. RGB value is (204,171,189). Sum of RGB (Red+Green+Blue) = 204+171+189=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBD is #335442. Grayscale: #B6B6B6. Windows color (decimal): -3363907 or 12430284. OLE color: 12430284.

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

Color convert

RGB204171189-
CMYK00.160.070.2
HSL327.27º24.44%73.53%-
HSV(B)327.27º16.18%80%-
XYZ48.6545.6454.39-
YUV182.92131.43143.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=36.17%
G=30.32%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417118900.160.070.2327.2724.4473.53
HexCCABBD010714147184a
Octal31425327502072450730112
Binary11001100101010111011110101000011110100101000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABBD; }

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

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

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

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

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

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

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

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