#CDABBE

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

Shades of Maverick #CDABBE

Tints of Maverick #CDABBE

Color information

#CDABBE (or 0xCDABBE) is unknown color: approx Maverick. HEX triplet: CD, AB and BE. RGB value is (205,171,190). Sum of RGB (Red+Green+Blue) = 205+171+190=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABBE is #325441. Grayscale: #B7B7B7. Windows color (decimal): -3298370 or 12495821. OLE color: 12495821.

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

Color convert

RGB205171190-
CMYK00.170.070.20
HSL326.47º25.37%73.73%-
HSV(B)326.47º16.59%80.39%-
XYZ49.0345.8254.98-
YUV183.33131.76143.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=36.22%
G=30.21%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517119000.170.070.20326.4725.3773.73
HexCDABBE011714146194a
Octal31525327602172450631112
Binary11001101101010111011111001000111110100101000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABBE; }

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

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

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

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

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

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

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

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