#CDABBF

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

Shades of Maverick #CDABBF

Tints of Maverick #CDABBF

Color information

#CDABBF (or 0xCDABBF) is unknown color: approx Maverick. HEX triplet: CD, AB and BF. RGB value is (205,171,191). Sum of RGB (Red+Green+Blue) = 205+171+191=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABBF is #325440. Grayscale: #B7B7B7. Windows color (decimal): -3298369 or 12561357. OLE color: 12561357.

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

Color convert

RGB205171191-
CMYK00.170.070.20
HSL324.71º25.37%73.73%-
HSV(B)324.71º16.59%80.39%-
XYZ49.1445.8755.55-
YUV183.45132.26143.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 191 (75% from 255) = 33.69%
R=36.16%
G=30.16%
B=33.69%

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
Decimal20517119100.170.070.20324.7125.3773.73
HexCDABBF011714145194a
Octal31525327702172450531112
Binary11001101101010111011111101000111110100101000101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABBF; }

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

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

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

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

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

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

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

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