#CBB2BD

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

Shades of Maverick #CBB2BD

Tints of Maverick #CBB2BD

Color information

#CBB2BD (or 0xCBB2BD) is unknown color: approx Maverick. HEX triplet: CB, B2 and BD. RGB value is (203,178,189). Sum of RGB (Red+Green+Blue) = 203+178+189=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BD is #344D42. Grayscale: #BABABA. Windows color (decimal): -3427651 or 12432075. OLE color: 12432075.

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

Color convert

RGB203178189-
CMYK00.120.070.20
HSL333.6º19.38%74.71%-
HSV(B)333.6º12.32%79.61%-
XYZ49.7348.2154.83-
YUV186.73129.28139.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=35.61%
G=31.23%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317818900.120.070.20333.619.3874.71
HexCBB2BD0C71414e134b
Octal31326227501472451623113
Binary1100101110110010101111010110011110100101001110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2BD; }

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

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

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

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

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

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

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

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