Html Css Color HEX #C0B98F Coriander

📋 copy color: '#C0B98F'

red 192 ◦ green 185 ◦ blue 143

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

Shades of Coriander #C0B98F

Tints of Coriander #C0B98F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 36.92%
G = 35.58%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0B98F (or 0xC0B98F) is known color: Coriander. HEX triplet: C0, B9 and 8F. RGB value is (192,185,143). Sum of RGB (Red+Green+Blue) = 192+185+143=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B98F is #3F4670. Grayscale: #B6B6B6. Windows color (decimal): -4146801 or 9419200. OLE color: 9419200.

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

Color convert

RGB 192 185 143 -
CMYK 0 0.04 0.26 0.25
HSL 51.43º 0.28% 0.66% -
HSV(B) 51.43º 0.26% 0.75% -
XYZ 44.05 47.89 32.91 -
YUV 182.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 192 185 143 0 0.04 0.26 0.25 51.43 0.28 0.66
Hex C0 B9 8F 0 4 1A 19 33 1C 42
Octal 300 271 217 0 4 32 31 63 34 102
Binary 11000000 10111001 10001111 0 100 11010 11001 110011 11100 1000010

Color Harmonies of #C0B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B98F

Black with #C0B98F

Text Example


Text Example

White with #C0B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B98F; }

 p { color: rgb(192,185,143); }

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

background-color css

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

 a { background-color: rgb(192,185,143); }

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

border-color css

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

 span { border-color: rgb(192,185,143); }

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