#CBA3C2

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

Shades of Maverick #CBA3C2

Tints of Maverick #CBA3C2

Color information

#CBA3C2 (or 0xCBA3C2) is unknown color: approx Maverick. HEX triplet: CB, A3 and C2. RGB value is (203,163,194). Sum of RGB (Red+Green+Blue) = 203+163+194=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3C2 is #345C3D. Grayscale: #B2B2B2. Windows color (decimal): -3431486 or 12755915. OLE color: 12755915.

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

Color convert

RGB203163194-
CMYK00.200.040.20
HSL313.5º27.78%71.76%-
HSV(B)313.5º19.7%79.61%-
XYZ47.4642.7956.8-
YUV178.49136.75145.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=36.25%
G=29.11%
B=34.64%

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
Decimal20316319400.200.040.20313.527.7871.76
HexCBA3C201441413a1c48
Octal31324330202442447234110
Binary11001011101000111100001001010010010100100111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA3C2; }

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

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

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

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

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

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

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

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