Html Css Color HEX #C3B98C Coriander

📋 copy color: '#C3B98C'

red 195 ◦ green 185 ◦ blue 140

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

Shades of Coriander #C3B98C

Tints of Coriander #C3B98C

RGB

 RED value IS 195 (76.56% from 255) = 37.5%

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

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 37.5%
G = 35.58%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3B98C (or 0xC3B98C) is known color: Coriander. HEX triplet: C3, B9 and 8C. RGB value is (195,185,140). Sum of RGB (Red+Green+Blue) = 195+185+140=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B98C is #3C4673. Grayscale: #B7B7B7. Windows color (decimal): -3950196 or 9222595. OLE color: 9222595.

HSL color Cylindrical-coordinate representation of color #C3B98C: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B98C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 185 140 -
CMYK 0 0.05 0.28 0.24
HSL 49.09º 0.31% 0.66% -
HSV(B) 49.09º 0.28% 0.76% -
XYZ 44.59 48.19 31.76 -
YUV 182.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 195 185 140 0 0.05 0.28 0.24 49.09 0.31 0.66
Hex C3 B9 8C 0 5 1C 18 31 1F 42
Octal 303 271 214 0 5 34 30 61 37 102
Binary 11000011 10111001 10001100 0 101 11100 11000 110001 11111 1000010

Color Harmonies of #C3B98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B98C

Black with #C3B98C

Text Example


Text Example

White with #C3B98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B98C; }

 p { color: rgb(195,185,140); }

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

background-color css

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

 a { background-color: rgb(195,185,140); }

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

border-color css

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

 span { border-color: rgb(195,185,140); }

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