Html Css Color HEX #C3B98D Coriander

📋 copy color: '#C3B98D'

red 195 ◦ green 185 ◦ blue 141

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

Shades of Coriander #C3B98D

Tints of Coriander #C3B98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 37.43%
G = 35.51%
B = 27.06%

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

#C3B98D (or 0xC3B98D) is known color: Coriander. HEX triplet: C3, B9 and 8D. RGB value is (195,185,141). Sum of RGB (Red+Green+Blue) = 195+185+141=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B98D is #3C4672. Grayscale: #B7B7B7. Windows color (decimal): -3950195 or 9288131. OLE color: 9288131.

HSL color Cylindrical-coordinate representation of color #C3B98D: hue angle of 48.89º 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 #C3B98D is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 185 141 -
CMYK 0 0.05 0.28 0.24
HSL 48.89º 0.31% 0.66% -
HSV(B) 48.89º 0.28% 0.76% -
XYZ 44.66 48.22 32.15 -
YUV 182.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 195 185 141 0 0.05 0.28 0.24 48.89 0.31 0.66
Hex C3 B9 8D 0 5 1C 18 31 1F 42
Octal 303 271 215 0 5 34 30 61 37 102
Binary 11000011 10111001 10001101 0 101 11100 11000 110001 11111 1000010

Color Harmonies of #C3B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B98D

Black with #C3B98D

Text Example


Text Example

White with #C3B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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