Html Css Color HEX #C5AEBD Maverick

📋 copy color: '#C5AEBD'

red 197 ◦ green 174 ◦ blue 189

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

Shades of Maverick #C5AEBD

Tints of Maverick #C5AEBD

RGB

 RED value IS 197 (77.34% from 255) = 35.18%

 GREEN value IS 174 (68.36% from 255) = 31.07%

 BLUE value IS 189 (74.22% from 255) = 33.75%

R = 35.18%
G = 31.07%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5AEBD (or 0xC5AEBD) is known color: Maverick. HEX triplet: C5, AE and BD. RGB value is (197,174,189). Sum of RGB (Red+Green+Blue) = 197+174+189=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEBD is #3A5142. Grayscale: #B6B6B6. Windows color (decimal): -3821891 or 12431045. OLE color: 12431045.

HSL color Cylindrical-coordinate representation of color #C5AEBD: hue angle of 320.87º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5AEBD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 189 -
CMYK 0 0.12 0.04 0.23
HSL 320.87º 0.17% 0.73% -
HSV(B) 320.87º 0.12% 0.77% -
XYZ 47.35 45.82 54.49 -
YUV 182.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 197 174 189 0 0.12 0.04 0.23 320.87 0.17 0.73
Hex C5 AE BD 0 C 4 17 141 11 49
Octal 305 256 275 0 14 4 27 501 21 111
Binary 11000101 10101110 10111101 0 1100 100 10111 101000001 10001 1001001

Color Harmonies of #C5AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEBD

Black with #C5AEBD

Text Example


Text Example

White with #C5AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEBD; }

 p { color: rgb(197,174,189); }

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

background-color css

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

 a { background-color: rgb(197,174,189); }

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

border-color css

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

 span { border-color: rgb(197,174,189); }

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