#CBA7BF

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

Shades of Maverick #CBA7BF

Tints of Maverick #CBA7BF

Color information

#CBA7BF (or 0xCBA7BF) is unknown color: approx Maverick. HEX triplet: CB, A7 and BF. RGB value is (203,167,191). Sum of RGB (Red+Green+Blue) = 203+167+191=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7BF is #345840. Grayscale: #B4B4B4. Windows color (decimal): -3430465 or 12560331. OLE color: 12560331.

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

Color convert

RGB203167191-
CMYK00.180.060.20
HSL320º25.71%72.55%-
HSV(B)320º17.73%79.61%-
XYZ47.8544.155.28-
YUV180.5133.93144.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 191 (75% from 255) = 34.05%
R=36.19%
G=29.77%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316719100.180.060.2032025.7172.55
HexCBA7BF0126141401a49
Octal31324727702262450032111
Binary11001011101001111011111101001011010100101000000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7BF; }

 p { color: rgb(203,167,191); }

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

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

 a { background-color: rgb(203,167,191); }

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

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

 span { border-color: rgb(203,167,191); }

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