Html Css Color HEX #C1B7BE Maverick

📋 copy color: '#C1B7BE'

red 193 ◦ green 183 ◦ blue 190

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

Shades of Maverick #C1B7BE

Tints of Maverick #C1B7BE

RGB

 RED value IS 193 (75.78% from 255) = 34.1%

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

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

R = 34.1%
G = 32.33%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1B7BE (or 0xC1B7BE) is known color: Maverick. HEX triplet: C1, B7 and BE. RGB value is (193,183,190). Sum of RGB (Red+Green+Blue) = 193+183+190=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7BE is #3E4841. Grayscale: #BABABA. Windows color (decimal): -4081730 or 12498881. OLE color: 12498881.

HSL color Cylindrical-coordinate representation of color #C1B7BE: hue angle of 318º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1B7BE is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 190 -
CMYK 0 0.05 0.02 0.24
HSL 318º 0.07% 0.74% -
HSV(B) 318º 0.05% 0.76% -
XYZ 48.22 48.92 55.62 -
YUV 186.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 193 183 190 0 0.05 0.02 0.24 318 0.07 0.74
Hex C1 B7 BE 0 5 2 18 13E 7 4A
Octal 301 267 276 0 5 2 30 476 7 112
Binary 11000001 10110111 10111110 0 101 10 11000 100111110 111 1001010

Color Harmonies of #C1B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B7BE

Black with #C1B7BE

Text Example


Text Example

White with #C1B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B7BE; }

 p { color: rgb(193,183,190); }

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

background-color css

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

 a { background-color: rgb(193,183,190); }

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

border-color css

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

 span { border-color: rgb(193,183,190); }

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