Html Css Color HEX #C0BC8C Coriander

📋 copy color: '#C0BC8C'

red 192 ◦ green 188 ◦ blue 140

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

Shades of Coriander #C0BC8C

Tints of Coriander #C0BC8C

RGB

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

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

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

R = 36.92%
G = 36.15%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0BC8C (or 0xC0BC8C) is known color: Coriander. HEX triplet: C0, BC and 8C. RGB value is (192,188,140). Sum of RGB (Red+Green+Blue) = 192+188+140=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC8C is #3F4373. Grayscale: #B7B7B7. Windows color (decimal): -4146036 or 9223360. OLE color: 9223360.

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

Color convert

RGB 192 188 140 -
CMYK 0 0.02 0.27 0.25
HSL 55.38º 0.29% 0.65% -
HSV(B) 55.38º 0.27% 0.75% -
XYZ 44.46 49.07 31.94 -
YUV 183.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 192 188 140 0 0.02 0.27 0.25 55.38 0.29 0.65
Hex C0 BC 8C 0 2 1B 19 37 1D 41
Octal 300 274 214 0 2 33 31 67 35 101
Binary 11000000 10111100 10001100 0 10 11011 11001 110111 11101 1000001

Color Harmonies of #C0BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC8C

Black with #C0BC8C

Text Example


Text Example

White with #C0BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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