#CBACC4

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

Shades of Maverick #CBACC4

Tints of Maverick #CBACC4

Color information

#CBACC4 (or 0xCBACC4) is unknown color: approx Maverick. HEX triplet: CB, AC and C4. RGB value is (203,172,196). Sum of RGB (Red+Green+Blue) = 203+172+196=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC4 is #34533B. Grayscale: #B7B7B7. Windows color (decimal): -3429180 or 12889291. OLE color: 12889291.

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

Color convert

RGB203172196-
CMYK00.150.030.20
HSL313.55º22.96%73.53%-
HSV(B)313.55º15.27%79.61%-
XYZ49.3446.1958.54-
YUV184134.77141.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=35.55%
G=30.12%
B=34.33%

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
Decimal20317219600.150.030.20313.5522.9673.53
HexCBACC40F31413a174a
Octal31325430401732447227112
Binary110010111010110011000100011111110100100111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACC4; }

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

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

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

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

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

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

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

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