Html Css Color HEX #C2B9BD Maverick

📋 copy color: '#C2B9BD'

red 194 ◦ green 185 ◦ blue 189

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

Shades of Maverick #C2B9BD

Tints of Maverick #C2B9BD

RGB

 RED value IS 194 (76.17% from 255) = 34.15%

 GREEN value IS 185 (72.66% from 255) = 32.57%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 34.15%
G = 32.57%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2B9BD (or 0xC2B9BD) is known color: Maverick. HEX triplet: C2, B9 and BD. RGB value is (194,185,189). Sum of RGB (Red+Green+Blue) = 194+185+189=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9BD is #3D4642. Grayscale: #BCBCBC. Windows color (decimal): -4015683 or 12433858. OLE color: 12433858.

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

Color convert

RGB 194 185 189 -
CMYK 0 0.05 0.03 0.24
HSL 333.33º 0.07% 0.74% -
HSV(B) 333.33º 0.05% 0.76% -
XYZ 48.78 49.84 55.19 -
YUV 188.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 194 185 189 0 0.05 0.03 0.24 333.33 0.07 0.74
Hex C2 B9 BD 0 5 3 18 14D 7 4A
Octal 302 271 275 0 5 3 30 515 7 112
Binary 11000010 10111001 10111101 0 101 11 11000 101001101 111 1001010

Color Harmonies of #C2B9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B9BD

Black with #C2B9BD

Text Example


Text Example

White with #C2B9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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