Html Css Color HEX #CDAAB9 Maverick

📋 copy color: '#CDAAB9'

red 205 ◦ green 170 ◦ blue 185

#CDAAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #CDAAB9

Tints of Maverick #CDAAB9

RGB

 RED value IS 205 (80.47% from 255) = 36.61%

 GREEN value IS 170 (66.8% from 255) = 30.36%

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 36.61%
G = 30.36%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CDAAB9 (or 0xCDAAB9) is known color: Maverick. HEX triplet: CD, AA and B9. RGB value is (205,170,185). Sum of RGB (Red+Green+Blue) = 205+170+185=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAB9 is #325546. Grayscale: #B6B6B6. Windows color (decimal): -3298631 or 12167885. OLE color: 12167885.

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

Color convert

RGB 205 170 185 -
CMYK 0 0.17 0.10 0.20
HSL 334.29º 0.26% 0.74% -
HSV(B) 334.29º 0.17% 0.8% -
XYZ 48.31 45.23 52.08 -
YUV 182.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 205 170 185 0 0.17 0.10 0.20 334.29 0.26 0.74
Hex CD AA B9 0 11 A 14 14E 1A 4A
Octal 315 252 271 0 21 12 24 516 32 112
Binary 11001101 10101010 10111001 0 10001 1010 10100 101001110 11010 1001010

Color Harmonies of #CDAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAAB9

Black with #CDAAB9

Text Example


Text Example

White with #CDAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAAB9; }

 p { color: rgb(205,170,185); }

 H1.HeaderClassName
 {
   color: #CDAAB9;
 }
 .AnyTagClassName
 {
   color: #CDAAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(205,170,185); }

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

border-color css

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

 span { border-color: rgb(205,170,185); }

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