Html Css Color HEX #C3BCC0 Maverick

📋 copy color: '#C3BCC0'

red 195 ◦ green 188 ◦ blue 192

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

Shades of Maverick #C3BCC0

Tints of Maverick #C3BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.7%

 BLUE value IS 192 (75.39% from 255) = 33.39%

R = 33.91%
G = 32.7%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C3BCC0 (or 0xC3BCC0) is known color: Maverick. HEX triplet: C3, BC and C0. RGB value is (195,188,192). Sum of RGB (Red+Green+Blue) = 195+188+192=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCC0 is #3C433F. Grayscale: #BEBEBE. Windows color (decimal): -3949376 or 12631235. OLE color: 12631235.

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

Color convert

RGB 195 188 192 -
CMYK 0 0.04 0.02 0.24
HSL 325.71º 0.06% 0.75% -
HSV(B) 325.71º 0.04% 0.76% -
XYZ 50 51.37 57.15 -
YUV 190.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 195 188 192 0 0.04 0.02 0.24 325.71 0.06 0.75
Hex C3 BC C0 0 4 2 18 146 6 4B
Octal 303 274 300 0 4 2 30 506 6 113
Binary 11000011 10111100 11000000 0 100 10 11000 101000110 110 1001011

Color Harmonies of #C3BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCC0

Black with #C3BCC0

Text Example


Text Example

White with #C3BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCC0; }

 p { color: rgb(195,188,192); }

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

background-color css

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

 a { background-color: rgb(195,188,192); }

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

border-color css

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

 span { border-color: rgb(195,188,192); }

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