#CDB2BE

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

Shades of Maverick #CDB2BE

Tints of Maverick #CDB2BE

Color information

#CDB2BE (or 0xCDB2BE) is unknown color: approx Maverick. HEX triplet: CD, B2 and BE. RGB value is (205,178,190). Sum of RGB (Red+Green+Blue) = 205+178+190=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2BE is #324D41. Grayscale: #BBBBBB. Windows color (decimal): -3296578 or 12497613. OLE color: 12497613.

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

Color convert

RGB205178190-
CMYK00.130.070.20
HSL333.33º21.26%75.1%-
HSV(B)333.33º13.17%80.39%-
XYZ50.3948.5455.43-
YUV187.44129.45140.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=35.78%
G=31.06%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517819000.130.070.20333.3321.2675.1
HexCDB2BE0D71414d154b
Octal31526227601572451525113
Binary1100110110110010101111100110111110100101001101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2BE; }

 p { color: rgb(205,178,190); }

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

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

 a { background-color: rgb(205,178,190); }

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

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

 span { border-color: rgb(205,178,190); }

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