Html Css Color HEX #C4B1BD Maverick

📋 copy color: '#C4B1BD'

red 196 ◦ green 177 ◦ blue 189

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

Shades of Maverick #C4B1BD

Tints of Maverick #C4B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.49%

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

R = 34.88%
G = 31.49%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C4B1BD (or 0xC4B1BD) is known color: Maverick. HEX triplet: C4, B1 and BD. RGB value is (196,177,189). Sum of RGB (Red+Green+Blue) = 196+177+189=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1BD is #3B4E42. Grayscale: #B8B8B8. Windows color (decimal): -3886659 or 12431812. OLE color: 12431812.

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

Color convert

RGB 196 177 189 -
CMYK 0 0.10 0.04 0.23
HSL 322.11º 0.14% 0.73% -
HSV(B) 322.11º 0.1% 0.77% -
XYZ 47.67 46.85 54.68 -
YUV 184.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 196 177 189 0 0.10 0.04 0.23 322.11 0.14 0.73
Hex C4 B1 BD 0 A 4 17 142 E 49
Octal 304 261 275 0 12 4 27 502 16 111
Binary 11000100 10110001 10111101 0 1010 100 10111 101000010 1110 1001001

Color Harmonies of #C4B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1BD

Black with #C4B1BD

Text Example


Text Example

White with #C4B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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