Html Css Color HEX #C4B7BD Maverick

📋 copy color: '#C4B7BD'

red 196 ◦ green 183 ◦ blue 189

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

Shades of Maverick #C4B7BD

Tints of Maverick #C4B7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.22%

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

R = 34.51%
G = 32.22%
B = 33.27%

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

#C4B7BD (or 0xC4B7BD) is known color: Maverick. HEX triplet: C4, B7 and BD. RGB value is (196,183,189). Sum of RGB (Red+Green+Blue) = 196+183+189=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7BD is #3B4842. Grayscale: #BBBBBB. Windows color (decimal): -3885123 or 12433348. OLE color: 12433348.

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

Color convert

RGB 196 183 189 -
CMYK 0 0.07 0.04 0.23
HSL 332.31º 0.1% 0.74% -
HSV(B) 332.31º 0.07% 0.77% -
XYZ 48.88 49.28 55.08 -
YUV 187.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 196 183 189 0 0.07 0.04 0.23 332.31 0.1 0.74
Hex C4 B7 BD 0 7 4 17 14C A 4A
Octal 304 267 275 0 7 4 27 514 12 112
Binary 11000100 10110111 10111101 0 111 100 10111 101001100 1010 1001010

Color Harmonies of #C4B7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B7BD

Black with #C4B7BD

Text Example


Text Example

White with #C4B7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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