#CCABBC

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

Shades of Maverick #CCABBC

Tints of Maverick #CCABBC

Color information

#CCABBC (or 0xCCABBC) is unknown color: approx Maverick. HEX triplet: CC, AB and BC. RGB value is (204,171,188). Sum of RGB (Red+Green+Blue) = 204+171+188=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBC is #335443. Grayscale: #B6B6B6. Windows color (decimal): -3363908 or 12364748. OLE color: 12364748.

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

Color convert

RGB204171188-
CMYK00.160.080.2
HSL329.09º24.44%73.53%-
HSV(B)329.09º16.18%80%-
XYZ48.5445.5953.82-
YUV182.8130.93143.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=36.23%
G=30.37%
B=33.39%

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
Decimal20417118800.160.080.2329.0924.4473.53
HexCCABBC010814149184a
Octal314253274020102451130112
Binary110011001010101110111100010000100010100101001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABBC; }

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

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

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

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

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

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

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

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