#CDBAC7

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

Shades of Maverick #CDBAC7

Tints of Maverick #CDBAC7

Color information

#CDBAC7 (or 0xCDBAC7) is unknown color: approx Maverick. HEX triplet: CD, BA and C7. RGB value is (205,186,199). Sum of RGB (Red+Green+Blue) = 205+186+199=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAC7 is #324538. Grayscale: #C1C1C1. Windows color (decimal): -3294521 or 13089485. OLE color: 13089485.

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

Color convert

RGB205186199-
CMYK00.090.030.20
HSL318.95º15.97%76.67%-
HSV(B)318.95º9.27%80.39%-
XYZ53.0452.2261.32-
YUV193.16131.29136.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=34.75%
G=31.53%
B=33.73%

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
Decimal20518619900.090.030.20318.9515.9776.67
HexCDBAC70931413f104d
Octal31527230701132447720115
Binary110011011011101011000111010011110100100111111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAC7; }

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

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

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

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

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

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

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

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