Html Css Color HEX #C5B0BE Maverick

📋 copy color: '#C5B0BE'

red 197 ◦ green 176 ◦ blue 190

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

Shades of Maverick #C5B0BE

Tints of Maverick #C5B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.26%

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

R = 34.99%
G = 31.26%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5B0BE (or 0xC5B0BE) is known color: Maverick. HEX triplet: C5, B0 and BE. RGB value is (197,176,190). Sum of RGB (Red+Green+Blue) = 197+176+190=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0BE is #3A4F41. Grayscale: #B7B7B7. Windows color (decimal): -3821378 or 12497093. OLE color: 12497093.

HSL color Cylindrical-coordinate representation of color #C5B0BE: hue angle of 320º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B0BE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 190 -
CMYK 0 0.11 0.04 0.23
HSL 320º 0.15% 0.73% -
HSV(B) 320º 0.11% 0.77% -
XYZ 47.85 46.64 55.2 -
YUV 183.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 197 176 190 0 0.11 0.04 0.23 320 0.15 0.73
Hex C5 B0 BE 0 B 4 17 140 F 49
Octal 305 260 276 0 13 4 27 500 17 111
Binary 11000101 10110000 10111110 0 1011 100 10111 101000000 1111 1001001

Color Harmonies of #C5B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0BE

Black with #C5B0BE

Text Example


Text Example

White with #C5B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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