#D6A6CB

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

Shades of Maverick #D6A6CB

Tints of Maverick #D6A6CB

Color information

#D6A6CB (or 0xD6A6CB) is unknown color: approx Maverick. HEX triplet: D6, A6 and CB. RGB value is (214,166,203). Sum of RGB (Red+Green+Blue) = 214+166+203=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6CB is #295934. Grayscale: #B8B8B8. Windows color (decimal): -2709813 or 13346518. OLE color: 13346518.

HSL color Cylindrical-coordinate representation of color #D6A6CB: hue angle of 313.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A6CB is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214166203-
CMYK00.220.050.16
HSL313.75º36.92%74.51%-
HSV(B)313.75º22.43%83.92%-
XYZ52.1545.8862.61-
YUV184.57138.4148.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=36.71%
G=28.47%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416620300.220.050.16313.7536.9274.51
HexD6A6CB01651013a254b
Octal32624631302652047245113
Binary110101101010011011001011010110101100001001110101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6CB; }

 p { color: rgb(214,166,203); }

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

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

 a { background-color: rgb(214,166,203); }

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

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

 span { border-color: rgb(214,166,203); }

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