Html Css Color HEX #C2B98D Coriander

📋 copy color: '#C2B98D'

red 194 ◦ green 185 ◦ blue 141

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

Shades of Coriander #C2B98D

Tints of Coriander #C2B98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 37.31%
G = 35.58%
B = 27.12%

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

#C2B98D (or 0xC2B98D) is known color: Coriander. HEX triplet: C2, B9 and 8D. RGB value is (194,185,141). Sum of RGB (Red+Green+Blue) = 194+185+141=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B98D is #3D4672. Grayscale: #B6B6B6. Windows color (decimal): -4015731 or 9288130. OLE color: 9288130.

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

Color convert

RGB 194 185 141 -
CMYK 0 0.05 0.27 0.24
HSL 49.81º 0.3% 0.66% -
HSV(B) 49.81º 0.27% 0.76% -
XYZ 44.4 48.09 32.14 -
YUV 182.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 194 185 141 0 0.05 0.27 0.24 49.81 0.3 0.66
Hex C2 B9 8D 0 5 1B 18 32 1E 42
Octal 302 271 215 0 5 33 30 62 36 102
Binary 11000010 10111001 10001101 0 101 11011 11000 110010 11110 1000010

Color Harmonies of #C2B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B98D

Black with #C2B98D

Text Example


Text Example

White with #C2B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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