#CBA5BD

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

Shades of Maverick #CBA5BD

Tints of Maverick #CBA5BD

Color information

#CBA5BD (or 0xCBA5BD) is unknown color: approx Maverick. HEX triplet: CB, A5 and BD. RGB value is (203,165,189). Sum of RGB (Red+Green+Blue) = 203+165+189=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5BD is #345A42. Grayscale: #B3B3B3. Windows color (decimal): -3430979 or 12428747. OLE color: 12428747.

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

Color convert

RGB203165189-
CMYK00.190.070.20
HSL322.11º26.76%72.16%-
HSV(B)322.11º18.72%79.61%-
XYZ47.2743.2854.01-
YUV179.1133.59145.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=36.45%
G=29.62%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316518900.190.070.20322.1126.7672.16
HexCBA5BD0137141421b48
Octal31324527502372450233110
Binary11001011101001011011110101001111110100101000010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5BD; }

 p { color: rgb(203,165,189); }

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

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

 a { background-color: rgb(203,165,189); }

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

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

 span { border-color: rgb(203,165,189); }

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