#CCA7BB

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

Shades of Maverick #CCA7BB

Tints of Maverick #CCA7BB

Color information

#CCA7BB (or 0xCCA7BB) is unknown color: approx Maverick. HEX triplet: CC, A7 and BB. RGB value is (204,167,187). Sum of RGB (Red+Green+Blue) = 204+167+187=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7BB is #335844. Grayscale: #B4B4B4. Windows color (decimal): -3364933 or 12298188. OLE color: 12298188.

HSL color Cylindrical-coordinate representation of color #CCA7BB: hue angle of 327.57º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA7BB is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204167187-
CMYK00.180.080.2
HSL327.57º26.62%72.75%-
HSV(B)327.57º18.14%80%-
XYZ47.6944.0653.01-
YUV180.34131.76144.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=36.56%
G=29.93%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416718700.180.080.2327.5726.6272.75
HexCCA7BB0128141481b49
Octal314247273022102451033111
Binary110011001010011110111011010010100010100101001000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7BB; }

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

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

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

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

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

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

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

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