Html Css Color HEX #C0BA84 Coriander

📋 copy color: '#C0BA84'

red 192 ◦ green 186 ◦ blue 132

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

Shades of Coriander #C0BA84

Tints of Coriander #C0BA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.88%

R = 37.65%
G = 36.47%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0BA84 (or 0xC0BA84) is known color: Coriander. HEX triplet: C0, BA and 84. RGB value is (192,186,132). Sum of RGB (Red+Green+Blue) = 192+186+132=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA84 is #3F457B. Grayscale: #B5B5B5. Windows color (decimal): -4146556 or 8698560. OLE color: 8698560.

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

Color convert

RGB 192 186 132 -
CMYK 0 0.03 0.31 0.25
HSL 54º 0.32% 0.64% -
HSV(B) 54º 0.31% 0.75% -
XYZ 43.46 47.99 28.8 -
YUV 181.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 192 186 132 0 0.03 0.31 0.25 54 0.32 0.64
Hex C0 BA 84 0 3 1F 19 36 20 40
Octal 300 272 204 0 3 37 31 66 40 100
Binary 11000000 10111010 10000100 0 11 11111 11001 110110 100000 1000000

Color Harmonies of #C0BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA84

Black with #C0BA84

Text Example


Text Example

White with #C0BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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