Html Css Color HEX #C2BE95 Coriander

📋 copy color: '#C2BE95'

red 194 ◦ green 190 ◦ blue 149

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

Shades of Coriander #C2BE95

Tints of Coriander #C2BE95

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.65%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 36.4%
G = 35.65%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2BE95 (or 0xC2BE95) is known color: Coriander. HEX triplet: C2, BE and 95. RGB value is (194,190,149). Sum of RGB (Red+Green+Blue) = 194+190+149=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE95 is #3D416A. Grayscale: #BABABA. Windows color (decimal): -4014443 or 9813698. OLE color: 9813698.

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

Color convert

RGB 194 190 149 -
CMYK 0 0.02 0.23 0.24
HSL 54.67º 0.27% 0.67% -
HSV(B) 54.67º 0.23% 0.76% -
XYZ 46.09 50.47 35.75 -
YUV 186.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 194 190 149 0 0.02 0.23 0.24 54.67 0.27 0.67
Hex C2 BE 95 0 2 17 18 37 1B 43
Octal 302 276 225 0 2 27 30 67 33 103
Binary 11000010 10111110 10010101 0 10 10111 11000 110111 11011 1000011

Color Harmonies of #C2BE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE95

Black with #C2BE95

Text Example


Text Example

White with #C2BE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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