#CDBAC9

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

Shades of Maverick #CDBAC9

Tints of Maverick #CDBAC9

Color information

#CDBAC9 (or 0xCDBAC9) is unknown color: approx Maverick. HEX triplet: CD, BA and C9. RGB value is (205,186,201). Sum of RGB (Red+Green+Blue) = 205+186+201=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAC9 is #324536. Grayscale: #C1C1C1. Windows color (decimal): -3294519 or 13220557. OLE color: 13220557.

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

Color convert

RGB205186201-
CMYK00.090.020.20
HSL312.63º15.97%76.67%-
HSV(B)312.63º9.27%80.39%-
XYZ53.2852.3162.55-
YUV193.39132.29136.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=34.63%
G=31.42%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518620100.090.020.20312.6315.9776.67
HexCDBAC909214139104d
Octal31527231101122447120115
Binary110011011011101011001001010011010100100111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAC9; }

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

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

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

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

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

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

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

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