#CDB0BE

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

Shades of Maverick #CDB0BE

Tints of Maverick #CDB0BE

Color information

#CDB0BE (or 0xCDB0BE) is unknown color: approx Maverick. HEX triplet: CD, B0 and BE. RGB value is (205,176,190). Sum of RGB (Red+Green+Blue) = 205+176+190=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0BE is #324F41. Grayscale: #BABABA. Windows color (decimal): -3297090 or 12497101. OLE color: 12497101.

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

Color convert

RGB205176190-
CMYK00.140.070.20
HSL331.03º22.48%74.71%-
HSV(B)331.03º14.15%80.39%-
XYZ5047.7555.3-
YUV186.27130.11141.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=35.90%
G=30.82%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517619000.140.070.20331.0322.4874.71
HexCDB0BE0E71414b164b
Octal31526027601672451326113
Binary1100110110110000101111100111011110100101001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0BE; }

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

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

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

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

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

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

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

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