#CDBAC6

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

Shades of Maverick #CDBAC6

Tints of Maverick #CDBAC6

Color information

#CDBAC6 (or 0xCDBAC6) is unknown color: approx Maverick. HEX triplet: CD, BA and C6. RGB value is (205,186,198). Sum of RGB (Red+Green+Blue) = 205+186+198=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAC6 is #324539. Grayscale: #C1C1C1. Windows color (decimal): -3294522 or 13023949. OLE color: 13023949.

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

Color convert

RGB205186198-
CMYK00.090.030.20
HSL322.11º15.97%76.67%-
HSV(B)322.11º9.27%80.39%-
XYZ52.9352.1760.71-
YUV193.05130.79136.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=34.80%
G=31.58%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518619800.090.030.20322.1115.9776.67
HexCDBAC609314142104d
Octal31527230601132450220115
Binary110011011011101011000110010011110100101000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAC6; }

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

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

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

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

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

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

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

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