Html Css Color HEX #C0B98C Coriander

📋 copy color: '#C0B98C'

red 192 ◦ green 185 ◦ blue 140

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

Shades of Coriander #C0B98C

Tints of Coriander #C0B98C

RGB

 RED value IS 192 (75.39% from 255) = 37.14%

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

 BLUE value IS 140 (55.08% from 255) = 27.08%

R = 37.14%
G = 35.78%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0B98C (or 0xC0B98C) is known color: Coriander. HEX triplet: C0, B9 and 8C. RGB value is (192,185,140). Sum of RGB (Red+Green+Blue) = 192+185+140=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B98C is #3F4673. Grayscale: #B6B6B6. Windows color (decimal): -4146804 or 9222592. OLE color: 9222592.

HSL color Cylindrical-coordinate representation of color #C0B98C: hue angle of 51.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0B98C is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 140 -
CMYK 0 0.04 0.27 0.25
HSL 51.92º 0.29% 0.65% -
HSV(B) 51.92º 0.27% 0.75% -
XYZ 43.82 47.8 31.73 -
YUV 181.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 192 185 140 0 0.04 0.27 0.25 51.92 0.29 0.65
Hex C0 B9 8C 0 4 1B 19 34 1D 41
Octal 300 271 214 0 4 33 31 64 35 101
Binary 11000000 10111001 10001100 0 100 11011 11001 110100 11101 1000001

Color Harmonies of #C0B98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B98C

Black with #C0B98C

Text Example


Text Example

White with #C0B98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B98C; }

 p { color: rgb(192,185,140); }

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

background-color css

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

 a { background-color: rgb(192,185,140); }

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

border-color css

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

 span { border-color: rgb(192,185,140); }

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