#CBA9C1

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

Shades of Maverick #CBA9C1

Tints of Maverick #CBA9C1

Color information

#CBA9C1 (or 0xCBA9C1) is unknown color: approx Maverick. HEX triplet: CB, A9 and C1. RGB value is (203,169,193). Sum of RGB (Red+Green+Blue) = 203+169+193=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9C1 is #34563E. Grayscale: #B5B5B5. Windows color (decimal): -3429951 or 12691915. OLE color: 12691915.

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

Color convert

RGB203169193-
CMYK00.170.050.20
HSL317.65º24.64%72.94%-
HSV(B)317.65º16.75%79.61%-
XYZ48.4444.9256.57-
YUV181.9134.26143.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=35.93%
G=29.91%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316919300.170.050.20317.6524.6472.94
HexCBA9C101151413e1949
Octal31325130102152447631111
Binary11001011101010011100000101000110110100100111110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9C1; }

 p { color: rgb(203,169,193); }

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

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

 a { background-color: rgb(203,169,193); }

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

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

 span { border-color: rgb(203,169,193); }

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