Html Css Color HEX #C5AEC0 Maverick

📋 copy color: '#C5AEC0'

red 197 ◦ green 174 ◦ blue 192

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

Shades of Maverick #C5AEC0

Tints of Maverick #C5AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 34.99%
G = 30.91%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5AEC0 (or 0xC5AEC0) is known color: Maverick. HEX triplet: C5, AE and C0. RGB value is (197,174,192). Sum of RGB (Red+Green+Blue) = 197+174+192=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEC0 is #3A513F. Grayscale: #B6B6B6. Windows color (decimal): -3821888 or 12627653. OLE color: 12627653.

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

Color convert

RGB 197 174 192 -
CMYK 0 0.12 0.03 0.23
HSL 313.04º 0.17% 0.73% -
HSV(B) 313.04º 0.12% 0.77% -
XYZ 47.68 45.95 56.23 -
YUV 182.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 197 174 192 0 0.12 0.03 0.23 313.04 0.17 0.73
Hex C5 AE C0 0 C 3 17 139 11 49
Octal 305 256 300 0 14 3 27 471 21 111
Binary 11000101 10101110 11000000 0 1100 11 10111 100111001 10001 1001001

Color Harmonies of #C5AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEC0

Black with #C5AEC0

Text Example


Text Example

White with #C5AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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