#CBA6C1

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

Shades of Maverick #CBA6C1

Tints of Maverick #CBA6C1

Color information

#CBA6C1 (or 0xCBA6C1) is unknown color: approx Maverick. HEX triplet: CB, A6 and C1. RGB value is (203,166,193). Sum of RGB (Red+Green+Blue) = 203+166+193=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6C1 is #34593E. Grayscale: #B4B4B4. Windows color (decimal): -3430719 or 12691147. OLE color: 12691147.

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

Color convert

RGB203166193-
CMYK00.180.050.20
HSL316.22º26.24%72.35%-
HSV(B)316.22º18.23%79.61%-
XYZ47.8943.8256.39-
YUV180.14135.26144.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=36.12%
G=29.54%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316619300.180.050.20316.2226.2472.35
HexCBA6C101251413c1a48
Octal31324630102252447432110
Binary11001011101001101100000101001010110100100111100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6C1; }

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

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

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

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

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

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

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

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