#cba2c2

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

Shades of Maverick #CBA2C2

Tints of Maverick #CBA2C2

Color information

#CBA2C2 (or 0xCBA2C2) is unknown color: approx Maverick. HEX triplet: CB, A2 and C2. RGB value is (203,162,194). Sum of RGB (Red+Green+Blue) = 203+162+194=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2C2 is #345D3D. Grayscale: #B1B1B1. Windows color (decimal): -3431742 or 12755659. OLE color: 12755659.

HSL color Cylindrical-coordinate representation of color #CBA2C2: hue angle of 313.17º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2C2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203162194-
CMYK00.200.040.20
HSL313.17º28.28%71.57%-
HSV(B)313.17º20.2%79.61%-
XYZ47.2942.4356.74-
YUV177.91137.08145.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=36.31%
G=28.98%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316219400.200.040.20313.1728.2871.57
HexCBA2C20144141391c48
Octal31324230202442447134110
Binary11001011101000101100001001010010010100100111001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba2c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba2c2; }

 p { color: rgb(203,162,194); }

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

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

 a { background-color: rgb(203,162,194); }

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

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

 span { border-color: rgb(203,162,194); }

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