Html Css Color HEX #C3BDC2 Maverick

📋 copy color: '#C3BDC2'

red 195 ◦ green 189 ◦ blue 194

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

Shades of Maverick #C3BDC2

Tints of Maverick #C3BDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.7%

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

R = 33.74%
G = 32.7%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C3BDC2 (or 0xC3BDC2) is known color: Maverick. HEX triplet: C3, BD and C2. RGB value is (195,189,194). Sum of RGB (Red+Green+Blue) = 195+189+194=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDC2 is #3C423D. Grayscale: #BFBFBF. Windows color (decimal): -3949118 or 12762563. OLE color: 12762563.

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

Color convert

RGB 195 189 194 -
CMYK 0 0.03 0.01 0.24
HSL 310º 0.05% 0.75% -
HSV(B) 310º 0.03% 0.76% -
XYZ 50.44 51.89 58.4 -
YUV 191.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 195 189 194 0 0.03 0.01 0.24 310 0.05 0.75
Hex C3 BD C2 0 3 1 18 136 5 4B
Octal 303 275 302 0 3 1 30 466 5 113
Binary 11000011 10111101 11000010 0 11 1 11000 100110110 101 1001011

Color Harmonies of #C3BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDC2

Black with #C3BDC2

Text Example


Text Example

White with #C3BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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