#CCACBB

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

Shades of Maverick #CCACBB

Tints of Maverick #CCACBB

Color information

#CCACBB (or 0xCCACBB) is unknown color: approx Maverick. HEX triplet: CC, AC and BB. RGB value is (204,172,187). Sum of RGB (Red+Green+Blue) = 204+172+187=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBB is #335344. Grayscale: #B7B7B7. Windows color (decimal): -3363653 or 12299468. OLE color: 12299468.

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

Color convert

RGB204172187-
CMYK00.160.080.2
HSL331.88º23.88%73.73%-
HSV(B)331.88º15.69%80%-
XYZ48.6245.9353.32-
YUV183.28130.1142.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=36.23%
G=30.55%
B=33.21%

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
Decimal20417218700.160.080.2331.8823.8873.73
HexCCACBB01081414c184a
Octal314254273020102451430112
Binary110011001010110010111011010000100010100101001100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACBB; }

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

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

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

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

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

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

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

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