#CDACBA

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

Shades of Maverick #CDACBA

Tints of Maverick #CDACBA

Color information

#CDACBA (or 0xCDACBA) is unknown color: approx Maverick. HEX triplet: CD, AC and BA. RGB value is (205,172,186). Sum of RGB (Red+Green+Blue) = 205+172+186=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACBA is #325345. Grayscale: #B7B7B7. Windows color (decimal): -3298118 or 12233933. OLE color: 12233933.

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

Color convert

RGB205172186-
CMYK00.160.090.20
HSL334.55º24.81%73.92%-
HSV(B)334.55º16.1%80.39%-
XYZ48.7946.0352.77-
YUV183.46129.43143.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=36.41%
G=30.55%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517218600.160.090.20334.5524.8173.92
HexCDACBA01091414f194a
Octal315254272020112451731112
Binary110011011010110010111010010000100110100101001111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACBA; }

 p { color: rgb(205,172,186); }

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

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

 a { background-color: rgb(205,172,186); }

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

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

 span { border-color: rgb(205,172,186); }

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