Html Css Color HEX #C3BEC0 Maverick

📋 copy color: '#C3BEC0'

red 195 ◦ green 190 ◦ blue 192

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

Shades of Maverick #C3BEC0

Tints of Maverick #C3BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.93%

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

R = 33.8%
G = 32.93%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C3BEC0 (or 0xC3BEC0) is known color: Maverick. HEX triplet: C3, BE and C0. RGB value is (195,190,192). Sum of RGB (Red+Green+Blue) = 195+190+192=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEC0 is #3C413F. Grayscale: #BFBFBF. Windows color (decimal): -3948864 or 12631747. OLE color: 12631747.

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

Color convert

RGB 195 190 192 -
CMYK 0 0.03 0.02 0.24
HSL 336º 0.04% 0.75% -
HSV(B) 336º 0.03% 0.76% -
XYZ 50.43 52.23 57.29 -
YUV 191.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 195 190 192 0 0.03 0.02 0.24 336 0.04 0.75
Hex C3 BE C0 0 3 2 18 150 4 4B
Octal 303 276 300 0 3 2 30 520 4 113
Binary 11000011 10111110 11000000 0 11 10 11000 101010000 100 1001011

Color Harmonies of #C3BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEC0

Black with #C3BEC0

Text Example


Text Example

White with #C3BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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