Html Css Color HEX #C5AEB9 Maverick

📋 copy color: '#C5AEB9'

red 197 ◦ green 174 ◦ blue 185

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

Shades of Maverick #C5AEB9

Tints of Maverick #C5AEB9

RGB

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

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

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

R = 35.43%
G = 31.29%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5AEB9 (or 0xC5AEB9) is known color: Maverick. HEX triplet: C5, AE and B9. RGB value is (197,174,185). Sum of RGB (Red+Green+Blue) = 197+174+185=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEB9 is #3A5146. Grayscale: #B6B6B6. Windows color (decimal): -3821895 or 12168901. OLE color: 12168901.

HSL color Cylindrical-coordinate representation of color #C5AEB9: hue angle of 331.3º 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 #C5AEB9 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 185 -
CMYK 0 0.12 0.06 0.23
HSL 331.3º 0.17% 0.73% -
HSV(B) 331.3º 0.12% 0.77% -
XYZ 46.92 45.65 52.24 -
YUV 182.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 197 174 185 0 0.12 0.06 0.23 331.3 0.17 0.73
Hex C5 AE B9 0 C 6 17 14B 11 49
Octal 305 256 271 0 14 6 27 513 21 111
Binary 11000101 10101110 10111001 0 1100 110 10111 101001011 10001 1001001

Color Harmonies of #C5AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEB9

Black with #C5AEB9

Text Example


Text Example

White with #C5AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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