#CBACC5

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

Shades of Maverick #CBACC5

Tints of Maverick #CBACC5

Color information

#CBACC5 (or 0xCBACC5) is unknown color: approx Maverick. HEX triplet: CB, AC and C5. RGB value is (203,172,197). Sum of RGB (Red+Green+Blue) = 203+172+197=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC5 is #34533A. Grayscale: #B8B8B8. Windows color (decimal): -3429179 or 12954827. OLE color: 12954827.

HSL color Cylindrical-coordinate representation of color #CBACC5: hue angle of 311.61º 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 #CBACC5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203172197-
CMYK00.150.030.20
HSL311.61º22.96%73.53%-
HSV(B)311.61º15.27%79.61%-
XYZ49.4646.2359.14-
YUV184.12135.27141.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=35.49%
G=30.07%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317219700.150.030.20311.6122.9673.53
HexCBACC50F314138174a
Octal31325430501732447027112
Binary110010111010110011000101011111110100100111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACC5; }

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

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

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

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

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

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

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

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