Html Css Color HEX #C5AEC1 Maverick

📋 copy color: '#C5AEC1'

red 197 ◦ green 174 ◦ blue 193

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

Shades of Maverick #C5AEC1

Tints of Maverick #C5AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.22%

R = 34.93%
G = 30.85%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C5AEC1 (or 0xC5AEC1) is known color: Maverick. HEX triplet: C5, AE and C1. RGB value is (197,174,193). Sum of RGB (Red+Green+Blue) = 197+174+193=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEC1 is #3A513E. Grayscale: #B6B6B6. Windows color (decimal): -3821887 or 12693189. OLE color: 12693189.

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

Color convert

RGB 197 174 193 -
CMYK 0 0.12 0.02 0.23
HSL 310.43º 0.17% 0.73% -
HSV(B) 310.43º 0.12% 0.77% -
XYZ 47.79 45.99 56.81 -
YUV 183.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 197 174 193 0 0.12 0.02 0.23 310.43 0.17 0.73
Hex C5 AE C1 0 C 2 17 136 11 49
Octal 305 256 301 0 14 2 27 466 21 111
Binary 11000101 10101110 11000001 0 1100 10 10111 100110110 10001 1001001

Color Harmonies of #C5AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEC1

Black with #C5AEC1

Text Example


Text Example

White with #C5AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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