Html Css Color HEX #C3BCC2 Maverick

📋 copy color: '#C3BCC2'

red 195 ◦ green 188 ◦ blue 194

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

Shades of Maverick #C3BCC2

Tints of Maverick #C3BCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.62%

R = 33.8%
G = 32.58%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C3BCC2 (or 0xC3BCC2) is known color: Maverick. HEX triplet: C3, BC and C2. RGB value is (195,188,194). Sum of RGB (Red+Green+Blue) = 195+188+194=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCC2 is #3C433D. Grayscale: #BEBEBE. Windows color (decimal): -3949374 or 12762307. OLE color: 12762307.

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

Color convert

RGB 195 188 194 -
CMYK 0 0.04 0.01 0.24
HSL 308.57º 0.06% 0.75% -
HSV(B) 308.57º 0.04% 0.76% -
XYZ 50.23 51.46 58.33 -
YUV 190.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 195 188 194 0 0.04 0.01 0.24 308.57 0.06 0.75
Hex C3 BC C2 0 4 1 18 135 6 4B
Octal 303 274 302 0 4 1 30 465 6 113
Binary 11000011 10111100 11000010 0 100 1 11000 100110101 110 1001011

Color Harmonies of #C3BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCC2

Black with #C3BCC2

Text Example


Text Example

White with #C3BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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