Html Css Color HEX #C2B4BE Maverick

📋 copy color: '#C2B4BE'

red 194 ◦ green 180 ◦ blue 190

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

Shades of Maverick #C2B4BE

Tints of Maverick #C2B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.91%

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 34.4%
G = 31.91%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2B4BE (or 0xC2B4BE) is known color: Maverick. HEX triplet: C2, B4 and BE. RGB value is (194,180,190). Sum of RGB (Red+Green+Blue) = 194+180+190=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4BE is #3D4B41. Grayscale: #B9B9B9. Windows color (decimal): -4016962 or 12498114. OLE color: 12498114.

HSL color Cylindrical-coordinate representation of color #C2B4BE: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B4BE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 190 -
CMYK 0 0.07 0.02 0.24
HSL 317.14º 0.1% 0.73% -
HSV(B) 317.14º 0.07% 0.76% -
XYZ 47.86 47.83 55.42 -
YUV 185.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 194 180 190 0 0.07 0.02 0.24 317.14 0.1 0.73
Hex C2 B4 BE 0 7 2 18 13D A 49
Octal 302 264 276 0 7 2 30 475 12 111
Binary 11000010 10110100 10111110 0 111 10 11000 100111101 1010 1001001

Color Harmonies of #C2B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B4BE

Black with #C2B4BE

Text Example


Text Example

White with #C2B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B4BE; }

 p { color: rgb(194,180,190); }

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

background-color css

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

 a { background-color: rgb(194,180,190); }

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

border-color css

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

 span { border-color: rgb(194,180,190); }

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