#CDB1BE

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

Shades of Maverick #CDB1BE

Tints of Maverick #CDB1BE

Color information

#CDB1BE (or 0xCDB1BE) is unknown color: approx Maverick. HEX triplet: CD, B1 and BE. RGB value is (205,177,190). Sum of RGB (Red+Green+Blue) = 205+177+190=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1BE is #324E41. Grayscale: #BABABA. Windows color (decimal): -3296834 or 12497357. OLE color: 12497357.

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

Color convert

RGB205177190-
CMYK00.140.070.20
HSL332.14º21.88%74.9%-
HSV(B)332.14º13.66%80.39%-
XYZ50.1948.1455.36-
YUV186.85129.78140.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=35.84%
G=30.94%
B=33.22%

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
Decimal20517719000.140.070.20332.1421.8874.9
HexCDB1BE0E71414c164b
Octal31526127601672451426113
Binary1100110110110001101111100111011110100101001100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1BE; }

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

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

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

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

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

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

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

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