Html Css Color HEX #C0BA90 Coriander

📋 copy color: '#C0BA90'

red 192 ◦ green 186 ◦ blue 144

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

Shades of Coriander #C0BA90

Tints of Coriander #C0BA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 36.78%
G = 35.63%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0BA90 (or 0xC0BA90) is known color: Coriander. HEX triplet: C0, BA and 90. RGB value is (192,186,144). Sum of RGB (Red+Green+Blue) = 192+186+144=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA90 is #3F456F. Grayscale: #B7B7B7. Windows color (decimal): -4146544 or 9484992. OLE color: 9484992.

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

Color convert

RGB 192 186 144 -
CMYK 0 0.03 0.25 0.25
HSL 52.5º 0.28% 0.66% -
HSV(B) 52.5º 0.25% 0.75% -
XYZ 44.33 48.34 33.38 -
YUV 183.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 192 186 144 0 0.03 0.25 0.25 52.5 0.28 0.66
Hex C0 BA 90 0 3 19 19 34 1C 42
Octal 300 272 220 0 3 31 31 64 34 102
Binary 11000000 10111010 10010000 0 11 11001 11001 110100 11100 1000010

Color Harmonies of #C0BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA90

Black with #C0BA90

Text Example


Text Example

White with #C0BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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