Html Css Color HEX #C2B98E Coriander

📋 copy color: '#C2B98E'

red 194 ◦ green 185 ◦ blue 142

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

Shades of Coriander #C2B98E

Tints of Coriander #C2B98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 37.24%
G = 35.51%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2B98E (or 0xC2B98E) is known color: Coriander. HEX triplet: C2, B9 and 8E. RGB value is (194,185,142). Sum of RGB (Red+Green+Blue) = 194+185+142=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B98E is #3D4671. Grayscale: #B6B6B6. Windows color (decimal): -4015730 or 9353666. OLE color: 9353666.

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

Color convert

RGB 194 185 142 -
CMYK 0 0.05 0.27 0.24
HSL 49.62º 0.3% 0.66% -
HSV(B) 49.62º 0.27% 0.76% -
XYZ 44.48 48.12 32.54 -
YUV 182.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 194 185 142 0 0.05 0.27 0.24 49.62 0.3 0.66
Hex C2 B9 8E 0 5 1B 18 32 1E 42
Octal 302 271 216 0 5 33 30 62 36 102
Binary 11000010 10111001 10001110 0 101 11011 11000 110010 11110 1000010

Color Harmonies of #C2B98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B98E

Black with #C2B98E

Text Example


Text Example

White with #C2B98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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