Html Css Color HEX #C0B490 Coriander

📋 copy color: '#C0B490'

red 192 ◦ green 180 ◦ blue 144

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

Shades of Coriander #C0B490

Tints of Coriander #C0B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

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

R = 37.21%
G = 34.88%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0B490 (or 0xC0B490) is known color: Coriander. HEX triplet: C0, B4 and 90. RGB value is (192,180,144). Sum of RGB (Red+Green+Blue) = 192+180+144=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B490 is #3F4B6F. Grayscale: #B3B3B3. Windows color (decimal): -4148080 or 9483456. OLE color: 9483456.

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

Color convert

RGB 192 180 144 -
CMYK 0 0.06 0.25 0.25
HSL 45º 0.28% 0.66% -
HSV(B) 45º 0.25% 0.75% -
XYZ 43.09 45.86 32.97 -
YUV 179.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 192 180 144 0 0.06 0.25 0.25 45 0.28 0.66
Hex C0 B4 90 0 6 19 19 2D 1C 42
Octal 300 264 220 0 6 31 31 55 34 102
Binary 11000000 10110100 10010000 0 110 11001 11001 101101 11100 1000010

Color Harmonies of #C0B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B490

Black with #C0B490

Text Example


Text Example

White with #C0B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B490; }

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

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

background-color css

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

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

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

border-color css

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

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

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