Html Css Color HEX #C0BA8D Coriander

📋 copy color: '#C0BA8D'

red 192 ◦ green 186 ◦ blue 141

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

Shades of Coriander #C0BA8D

Tints of Coriander #C0BA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 36.99%
G = 35.84%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0BA8D (or 0xC0BA8D) is known color: Coriander. HEX triplet: C0, BA and 8D. RGB value is (192,186,141). Sum of RGB (Red+Green+Blue) = 192+186+141=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA8D is #3F4572. Grayscale: #B6B6B6. Windows color (decimal): -4146547 or 9288384. OLE color: 9288384.

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

Color convert

RGB 192 186 141 -
CMYK 0 0.03 0.27 0.25
HSL 52.94º 0.29% 0.65% -
HSV(B) 52.94º 0.27% 0.75% -
XYZ 44.1 48.25 32.19 -
YUV 182.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 192 186 141 0 0.03 0.27 0.25 52.94 0.29 0.65
Hex C0 BA 8D 0 3 1B 19 35 1D 41
Octal 300 272 215 0 3 33 31 65 35 101
Binary 11000000 10111010 10001101 0 11 11011 11001 110101 11101 1000001

Color Harmonies of #C0BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA8D

Black with #C0BA8D

Text Example


Text Example

White with #C0BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA8D; }

 p { color: rgb(192,186,141); }

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

background-color css

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

 a { background-color: rgb(192,186,141); }

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

border-color css

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

 span { border-color: rgb(192,186,141); }

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