Html Css Color HEX #C3BA8D Coriander

📋 copy color: '#C3BA8D'

red 195 ◦ green 186 ◦ blue 141

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

Shades of Coriander #C3BA8D

Tints of Coriander #C3BA8D

RGB

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

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

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

R = 37.36%
G = 35.63%
B = 27.01%

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

#C3BA8D (or 0xC3BA8D) is known color: Coriander. HEX triplet: C3, BA and 8D. RGB value is (195,186,141). Sum of RGB (Red+Green+Blue) = 195+186+141=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA8D is #3C4572. Grayscale: #B7B7B7. Windows color (decimal): -3949939 or 9288387. OLE color: 9288387.

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

Color convert

RGB 195 186 141 -
CMYK 0 0.05 0.28 0.24
HSL 50º 0.31% 0.66% -
HSV(B) 50º 0.28% 0.76% -
XYZ 44.87 48.64 32.22 -
YUV 183.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 195 186 141 0 0.05 0.28 0.24 50 0.31 0.66
Hex C3 BA 8D 0 5 1C 18 32 1F 42
Octal 303 272 215 0 5 34 30 62 37 102
Binary 11000011 10111010 10001101 0 101 11100 11000 110010 11111 1000010

Color Harmonies of #C3BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA8D

Black with #C3BA8D

Text Example


Text Example

White with #C3BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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