#C3BDC2

Color #C3BDC2 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C3BDC2

Tints of Maverick #C3BDC2

Color information

#C3BDC2 (or 0xC3BDC2) is unknown color: approx 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

RGB195189194-
CMYK00.030.010.24
HSL310º4.76%75.29%-
HSV(B)310º3.08%76.47%-
XYZ50.4451.8958.4-
YUV191.36129.49130.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 194 (76.17% from 255) = 33.56%
R=33.74%
G=32.70%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518919400.030.010.243104.7675.29
HexC3BDC20311813654b
Octal303275302031304665113
Binary1100001110111101110000100111110001001101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>