Html Css Color HEX #C5ADBE Maverick

📋 copy color: '#C5ADBE'

red 197 ◦ green 173 ◦ blue 190

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

Shades of Maverick #C5ADBE

Tints of Maverick #C5ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.89%

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 35.18%
G = 30.89%
B = 33.93%

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

#C5ADBE (or 0xC5ADBE) is known color: Maverick. HEX triplet: C5, AD and BE. RGB value is (197,173,190). Sum of RGB (Red+Green+Blue) = 197+173+190=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADBE is #3A5241. Grayscale: #B6B6B6. Windows color (decimal): -3822146 or 12496325. OLE color: 12496325.

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

Color convert

RGB 197 173 190 -
CMYK 0 0.12 0.04 0.23
HSL 317.5º 0.17% 0.73% -
HSV(B) 317.5º 0.12% 0.77% -
XYZ 47.26 45.48 55 -
YUV 182.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 197 173 190 0 0.12 0.04 0.23 317.5 0.17 0.73
Hex C5 AD BE 0 C 4 17 13E 11 49
Octal 305 255 276 0 14 4 27 476 21 111
Binary 11000101 10101101 10111110 0 1100 100 10111 100111110 10001 1001001

Color Harmonies of #C5ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADBE

Black with #C5ADBE

Text Example


Text Example

White with #C5ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADBE; }

 p { color: rgb(197,173,190); }

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

background-color css

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

 a { background-color: rgb(197,173,190); }

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

border-color css

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

 span { border-color: rgb(197,173,190); }

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