#CCACBF

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

Shades of Maverick #CCACBF

Tints of Maverick #CCACBF

Color information

#CCACBF (or 0xCCACBF) is unknown color: approx Maverick. HEX triplet: CC, AC and BF. RGB value is (204,172,191). Sum of RGB (Red+Green+Blue) = 204+172+191=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBF is #335340. Grayscale: #B7B7B7. Windows color (decimal): -3363649 or 12561612. OLE color: 12561612.

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

Color convert

RGB204172191-
CMYK00.160.060.2
HSL324.38º23.88%73.73%-
HSV(B)324.38º15.69%80%-
XYZ49.0646.155.6-
YUV183.73132.1142.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 191 (75% from 255) = 33.69%
R=35.98%
G=30.34%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417219100.160.060.2324.3823.8873.73
HexCCACBF010614144184a
Octal31425427702062450430112
Binary11001100101011001011111101000011010100101000100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACBF; }

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

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

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

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

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

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

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

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