#C2B8BD

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

Shades of Maverick #C2B8BD

Tints of Maverick #C2B8BD

Color information

#C2B8BD (or 0xC2B8BD) is unknown color: approx Maverick. HEX triplet: C2, B8 and BD. RGB value is (194,184,189). Sum of RGB (Red+Green+Blue) = 194+184+189=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8BD is #3D4742. Grayscale: #BBBBBB. Windows color (decimal): -4015939 or 12433602. OLE color: 12433602.

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

Color convert

RGB194184189-
CMYK00.050.030.24
HSL330º7.58%74.12%-
HSV(B)330º5.15%76.08%-
XYZ48.5749.4255.12-
YUV187.56128.81132.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 184 (72.27% from 255) = 32.45%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=34.22%
G=32.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418418900.050.030.243307.5874.12
HexC2B8BD0531814a84a
Octal3022702750533051210112
Binary1100001010111000101111010101111100010100101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B8BD; }

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

 H1.HeaderClassName
 {
   color: #C2B8BD;
 }
 .AnyTagClassName
 {
   color: #C2B8BD;
 }
</style>
background-color css

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

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

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

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

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

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