#CBACC0

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

Shades of Maverick #CBACC0

Tints of Maverick #CBACC0

Color information

#CBACC0 (or 0xCBACC0) is unknown color: approx Maverick. HEX triplet: CB, AC and C0. RGB value is (203,172,192). Sum of RGB (Red+Green+Blue) = 203+172+192=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC0 is #34533F. Grayscale: #B7B7B7. Windows color (decimal): -3429184 or 12627147. OLE color: 12627147.

HSL color Cylindrical-coordinate representation of color #CBACC0: hue angle of 321.29º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACC0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203172192-
CMYK00.150.050.20
HSL321.29º22.96%73.53%-
HSV(B)321.29º15.27%79.61%-
XYZ48.946.0156.17-
YUV183.55132.77141.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=35.80%
G=30.34%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317219200.150.050.20321.2922.9673.53
HexCBACC00F514141174a
Octal31325430001752450127112
Binary1100101110101100110000000111110110100101000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACC0; }

 p { color: rgb(203,172,192); }

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

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

 a { background-color: rgb(203,172,192); }

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

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

 span { border-color: rgb(203,172,192); }

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