Html Css Color HEX #C2B8BE Maverick

📋 copy color: '#C2B8BE'

red 194 ◦ green 184 ◦ blue 190

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

Shades of Maverick #C2B8BE

Tints of Maverick #C2B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.39%

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

R = 34.15%
G = 32.39%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2B8BE (or 0xC2B8BE) is known color: Maverick. HEX triplet: C2, B8 and BE. RGB value is (194,184,190). Sum of RGB (Red+Green+Blue) = 194+184+190=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8BE is #3D4741. Grayscale: #BBBBBB. Windows color (decimal): -4015938 or 12499138. OLE color: 12499138.

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

Color convert

RGB 194 184 190 -
CMYK 0 0.05 0.02 0.24
HSL 324º 0.08% 0.74% -
HSV(B) 324º 0.05% 0.76% -
XYZ 48.68 49.47 55.7 -
YUV 187.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 194 184 190 0 0.05 0.02 0.24 324 0.08 0.74
Hex C2 B8 BE 0 5 2 18 144 8 4A
Octal 302 270 276 0 5 2 30 504 10 112
Binary 11000010 10111000 10111110 0 101 10 11000 101000100 1000 1001010

Color Harmonies of #C2B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B8BE

Black with #C2B8BE

Text Example


Text Example

White with #C2B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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