#CBA4BD

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

Shades of Maverick #CBA4BD

Tints of Maverick #CBA4BD

Color information

#CBA4BD (or 0xCBA4BD) is unknown color: approx Maverick. HEX triplet: CB, A4 and BD. RGB value is (203,164,189). Sum of RGB (Red+Green+Blue) = 203+164+189=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4BD is #345B42. Grayscale: #B2B2B2. Windows color (decimal): -3431235 or 12428491. OLE color: 12428491.

HSL color Cylindrical-coordinate representation of color #CBA4BD: hue angle of 321.54º 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 #CBA4BD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203164189-
CMYK00.190.070.20
HSL321.54º27.27%71.96%-
HSV(B)321.54º19.21%79.61%-
XYZ47.0942.9253.95-
YUV178.51133.92145.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=36.51%
G=29.50%
B=33.99%

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
Decimal20316418900.190.070.20321.5427.2771.96
HexCBA4BD0137141421b48
Octal31324427502372450233110
Binary11001011101001001011110101001111110100101000010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4BD; }

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

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

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

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

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

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

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

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