Html Css Color HEX #C5ADBF Maverick

📋 copy color: '#C5ADBF'

red 197 ◦ green 173 ◦ blue 191

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

Shades of Maverick #C5ADBF

Tints of Maverick #C5ADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.05%

R = 35.12%
G = 30.84%
B = 34.05%

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

#C5ADBF (or 0xC5ADBF) is known color: Maverick. HEX triplet: C5, AD and BF. RGB value is (197,173,191). Sum of RGB (Red+Green+Blue) = 197+173+191=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADBF is #3A5240. Grayscale: #B6B6B6. Windows color (decimal): -3822145 or 12561861. OLE color: 12561861.

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

Color convert

RGB 197 173 191 -
CMYK 0 0.12 0.03 0.23
HSL 315º 0.17% 0.73% -
HSV(B) 315º 0.12% 0.77% -
XYZ 47.37 45.52 55.58 -
YUV 182.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 197 173 191 0 0.12 0.03 0.23 315 0.17 0.73
Hex C5 AD BF 0 C 3 17 13B 11 49
Octal 305 255 277 0 14 3 27 473 21 111
Binary 11000101 10101101 10111111 0 1100 11 10111 100111011 10001 1001001

Color Harmonies of #C5ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADBF

Black with #C5ADBF

Text Example


Text Example

White with #C5ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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