Html Css Color HEX #C0BC8E Coriander

📋 copy color: '#C0BC8E'

red 192 ◦ green 188 ◦ blue 142

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

Shades of Coriander #C0BC8E

Tints of Coriander #C0BC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

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

R = 36.78%
G = 36.02%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0BC8E (or 0xC0BC8E) is known color: Coriander. HEX triplet: C0, BC and 8E. RGB value is (192,188,142). Sum of RGB (Red+Green+Blue) = 192+188+142=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC8E is #3F4371. Grayscale: #B8B8B8. Windows color (decimal): -4146034 or 9354432. OLE color: 9354432.

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

Color convert

RGB 192 188 142 -
CMYK 0 0.02 0.26 0.25
HSL 55.2º 0.28% 0.65% -
HSV(B) 55.2º 0.26% 0.75% -
XYZ 44.6 49.13 32.72 -
YUV 183.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 192 188 142 0 0.02 0.26 0.25 55.2 0.28 0.65
Hex C0 BC 8E 0 2 1A 19 37 1C 41
Octal 300 274 216 0 2 32 31 67 34 101
Binary 11000000 10111100 10001110 0 10 11010 11001 110111 11100 1000001

Color Harmonies of #C0BC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC8E

Black with #C0BC8E

Text Example


Text Example

White with #C0BC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC8E; }

 p { color: rgb(192,188,142); }

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

background-color css

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

 a { background-color: rgb(192,188,142); }

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

border-color css

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

 span { border-color: rgb(192,188,142); }

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