#CBA1C0

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

Shades of Maverick #CBA1C0

Tints of Maverick #CBA1C0

Color information

#CBA1C0 (or 0xCBA1C0) is unknown color: approx Maverick. HEX triplet: CB, A1 and C0. RGB value is (203,161,192). Sum of RGB (Red+Green+Blue) = 203+161+192=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1C0 is #345E3F. Grayscale: #B1B1B1. Windows color (decimal): -3432000 or 12624331. OLE color: 12624331.

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

Color convert

RGB203161192-
CMYK00.210.050.20
HSL315.71º28.77%71.37%-
HSV(B)315.71º20.69%79.61%-
XYZ46.8941.9955.5-
YUV177.09136.41146.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=36.51%
G=28.96%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316119200.210.050.20315.7128.7771.37
HexCBA1C001551413c1d47
Octal31324130002552447435107
Binary11001011101000011100000001010110110100100111100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1C0; }

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

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

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

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

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

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

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

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