Html Css Color HEX #C4B5BD Maverick

📋 copy color: '#C4B5BD'

red 196 ◦ green 181 ◦ blue 189

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

Shades of Maverick #C4B5BD

Tints of Maverick #C4B5BD

RGB

 RED value IS 196 (76.95% from 255) = 34.63%

 GREEN value IS 181 (71.09% from 255) = 31.98%

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

R = 34.63%
G = 31.98%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C4B5BD (or 0xC4B5BD) is known color: Maverick. HEX triplet: C4, B5 and BD. RGB value is (196,181,189). Sum of RGB (Red+Green+Blue) = 196+181+189=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5BD is #3B4A42. Grayscale: #BABABA. Windows color (decimal): -3885635 or 12432836. OLE color: 12432836.

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

Color convert

RGB 196 181 189 -
CMYK 0 0.08 0.04 0.23
HSL 328º 0.11% 0.74% -
HSV(B) 328º 0.08% 0.77% -
XYZ 48.47 48.46 54.94 -
YUV 186.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 196 181 189 0 0.08 0.04 0.23 328 0.11 0.74
Hex C4 B5 BD 0 8 4 17 148 B 4A
Octal 304 265 275 0 10 4 27 510 13 112
Binary 11000100 10110101 10111101 0 1000 100 10111 101001000 1011 1001010

Color Harmonies of #C4B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B5BD

Black with #C4B5BD

Text Example


Text Example

White with #C4B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B5BD; }

 p { color: rgb(196,181,189); }

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

background-color css

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

 a { background-color: rgb(196,181,189); }

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

border-color css

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

 span { border-color: rgb(196,181,189); }

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