Html Css Color HEX #C3B5BE Maverick

📋 copy color: '#C3B5BE'

red 195 ◦ green 181 ◦ blue 190

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

Shades of Maverick #C3B5BE

Tints of Maverick #C3B5BE

RGB

 RED value IS 195 (76.56% from 255) = 34.45%

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

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

R = 34.45%
G = 31.98%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C3B5BE (or 0xC3B5BE) is known color: Maverick. HEX triplet: C3, B5 and BE. RGB value is (195,181,190). Sum of RGB (Red+Green+Blue) = 195+181+190=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5BE is #3C4A41. Grayscale: #BABABA. Windows color (decimal): -3951170 or 12498371. OLE color: 12498371.

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

Color convert

RGB 195 181 190 -
CMYK 0 0.07 0.03 0.24
HSL 321.43º 0.1% 0.74% -
HSV(B) 321.43º 0.07% 0.76% -
XYZ 48.32 48.37 55.5 -
YUV 186.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 195 181 190 0 0.07 0.03 0.24 321.43 0.1 0.74
Hex C3 B5 BE 0 7 3 18 141 A 4A
Octal 303 265 276 0 7 3 30 501 12 112
Binary 11000011 10110101 10111110 0 111 11 11000 101000001 1010 1001010

Color Harmonies of #C3B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5BE

Black with #C3B5BE

Text Example


Text Example

White with #C3B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5BE; }

 p { color: rgb(195,181,190); }

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

background-color css

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

 a { background-color: rgb(195,181,190); }

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

border-color css

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

 span { border-color: rgb(195,181,190); }

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