#CDBACA

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

Shades of Maverick #CDBACA

Tints of Maverick #CDBACA

Color information

#CDBACA (or 0xCDBACA) is unknown color: approx Maverick. HEX triplet: CD, BA and CA. RGB value is (205,186,202). Sum of RGB (Red+Green+Blue) = 205+186+202=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBACA is #324535. Grayscale: #C1C1C1. Windows color (decimal): -3294518 or 13286093. OLE color: 13286093.

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

Color convert

RGB205186202-
CMYK00.090.010.20
HSL309.47º15.97%76.67%-
HSV(B)309.47º9.27%80.39%-
XYZ53.452.3663.17-
YUV193.5132.79136.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=34.57%
G=31.37%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518620200.090.010.20309.4715.9776.67
HexCDBACA09114135104d
Octal31527231201112446520115
Binary11001101101110101100101001001110100100110101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBACA; }

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

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

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

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

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

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

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

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