Html Css Color HEX #C0B786 Coriander

📋 copy color: '#C0B786'

red 192 ◦ green 183 ◦ blue 134

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

Shades of Coriander #C0B786

Tints of Coriander #C0B786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 37.72%
G = 35.95%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C0B786 (or 0xC0B786) is known color: Coriander. HEX triplet: C0, B7 and 86. RGB value is (192,183,134). Sum of RGB (Red+Green+Blue) = 192+183+134=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B786 is #3F4879. Grayscale: #B4B4B4. Windows color (decimal): -4147322 or 8828864. OLE color: 8828864.

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

Color convert

RGB 192 183 134 -
CMYK 0 0.05 0.30 0.25
HSL 50.69º 0.32% 0.64% -
HSV(B) 50.69º 0.3% 0.75% -
XYZ 42.97 46.79 29.32 -
YUV 180.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 192 183 134 0 0.05 0.30 0.25 50.69 0.32 0.64
Hex C0 B7 86 0 5 1E 19 33 20 40
Octal 300 267 206 0 5 36 31 63 40 100
Binary 11000000 10110111 10000110 0 101 11110 11001 110011 100000 1000000

Color Harmonies of #C0B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B786

Black with #C0B786

Text Example


Text Example

White with #C0B786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B786; }

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

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

background-color css

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

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

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

border-color css

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

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

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