Html Css Color HEX #C5AEBA Maverick

📋 copy color: '#C5AEBA'

red 197 ◦ green 174 ◦ blue 186

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

Shades of Maverick #C5AEBA

Tints of Maverick #C5AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 35.37%
G = 31.24%
B = 33.39%

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

#C5AEBA (or 0xC5AEBA) is known color: Maverick. HEX triplet: C5, AE and BA. RGB value is (197,174,186). Sum of RGB (Red+Green+Blue) = 197+174+186=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEBA is #3A5145. Grayscale: #B6B6B6. Windows color (decimal): -3821894 or 12234437. OLE color: 12234437.

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

Color convert

RGB 197 174 186 -
CMYK 0 0.12 0.06 0.23
HSL 328.7º 0.17% 0.73% -
HSV(B) 328.7º 0.12% 0.77% -
XYZ 47.02 45.69 52.79 -
YUV 182.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 197 174 186 0 0.12 0.06 0.23 328.7 0.17 0.73
Hex C5 AE BA 0 C 6 17 149 11 49
Octal 305 256 272 0 14 6 27 511 21 111
Binary 11000101 10101110 10111010 0 1100 110 10111 101001001 10001 1001001

Color Harmonies of #C5AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEBA

Black with #C5AEBA

Text Example


Text Example

White with #C5AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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