Html Css Color HEX #C5B8BD Maverick

📋 copy color: '#C5B8BD'

red 197 ◦ green 184 ◦ blue 189

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

Shades of Maverick #C5B8BD

Tints of Maverick #C5B8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.28%

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 34.56%
G = 32.28%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5B8BD (or 0xC5B8BD) is known color: Maverick. HEX triplet: C5, B8 and BD. RGB value is (197,184,189). Sum of RGB (Red+Green+Blue) = 197+184+189=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8BD is #3A4742. Grayscale: #BCBCBC. Windows color (decimal): -3819331 or 12433605. OLE color: 12433605.

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

Color convert

RGB 197 184 189 -
CMYK 0 0.07 0.04 0.23
HSL 336.92º 0.1% 0.75% -
HSV(B) 336.92º 0.07% 0.77% -
XYZ 49.35 49.83 55.16 -
YUV 188.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 197 184 189 0 0.07 0.04 0.23 336.92 0.1 0.75
Hex C5 B8 BD 0 7 4 17 151 A 4B
Octal 305 270 275 0 7 4 27 521 12 113
Binary 11000101 10111000 10111101 0 111 100 10111 101010001 1010 1001011

Color Harmonies of #C5B8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B8BD

Black with #C5B8BD

Text Example


Text Example

White with #C5B8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B8BD; }

 p { color: rgb(197,184,189); }

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

background-color css

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

 a { background-color: rgb(197,184,189); }

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

border-color css

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

 span { border-color: rgb(197,184,189); }

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