Html Css Color HEX #C0B986 Coriander

📋 copy color: '#C0B986'

red 192 ◦ green 185 ◦ blue 134

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

Shades of Coriander #C0B986

Tints of Coriander #C0B986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.22%

R = 37.57%
G = 36.2%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C0B986 (or 0xC0B986) is known color: Coriander. HEX triplet: C0, B9 and 86. RGB value is (192,185,134). Sum of RGB (Red+Green+Blue) = 192+185+134=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B986 is #3F4679. Grayscale: #B5B5B5. Windows color (decimal): -4146810 or 8829376. OLE color: 8829376.

HSL color Cylindrical-coordinate representation of color #C0B986: hue angle of 52.76º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B986 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 134 -
CMYK 0 0.04 0.30 0.25
HSL 52.76º 0.32% 0.64% -
HSV(B) 52.76º 0.3% 0.75% -
XYZ 43.39 47.63 29.46 -
YUV 181.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 192 185 134 0 0.04 0.30 0.25 52.76 0.32 0.64
Hex C0 B9 86 0 4 1E 19 35 20 40
Octal 300 271 206 0 4 36 31 65 40 100
Binary 11000000 10111001 10000110 0 100 11110 11001 110101 100000 1000000

Color Harmonies of #C0B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B986

Black with #C0B986

Text Example


Text Example

White with #C0B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B986; }

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

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

background-color css

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

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

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

border-color css

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

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

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