Html Css Color HEX #C3BCBF Maverick

📋 copy color: '#C3BCBF'

red 195 ◦ green 188 ◦ blue 191

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

Shades of Maverick #C3BCBF

Tints of Maverick #C3BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.28%

R = 33.97%
G = 32.75%
B = 33.28%

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

#C3BCBF (or 0xC3BCBF) is known color: Maverick. HEX triplet: C3, BC and BF. RGB value is (195,188,191). Sum of RGB (Red+Green+Blue) = 195+188+191=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBF is #3C4340. Grayscale: #BEBEBE. Windows color (decimal): -3949377 or 12565699. OLE color: 12565699.

HSL color Cylindrical-coordinate representation of color #C3BCBF: hue angle of 334.29º 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 #C3BCBF is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 191 -
CMYK 0 0.04 0.02 0.24
HSL 334.29º 0.06% 0.75% -
HSV(B) 334.29º 0.04% 0.76% -
XYZ 49.89 51.33 56.57 -
YUV 190.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 195 188 191 0 0.04 0.02 0.24 334.29 0.06 0.75
Hex C3 BC BF 0 4 2 18 14E 6 4B
Octal 303 274 277 0 4 2 30 516 6 113
Binary 11000011 10111100 10111111 0 100 10 11000 101001110 110 1001011

Color Harmonies of #C3BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCBF

Black with #C3BCBF

Text Example


Text Example

White with #C3BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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