Html Css Color HEX #C3BC8D Coriander

📋 copy color: '#C3BC8D'

red 195 ◦ green 188 ◦ blue 141

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

Shades of Coriander #C3BC8D

Tints of Coriander #C3BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 37.21%
G = 35.88%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3BC8D (or 0xC3BC8D) is known color: Coriander. HEX triplet: C3, BC and 8D. RGB value is (195,188,141). Sum of RGB (Red+Green+Blue) = 195+188+141=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC8D is #3C4372. Grayscale: #B8B8B8. Windows color (decimal): -3949427 or 9288899. OLE color: 9288899.

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

Color convert

RGB 195 188 141 -
CMYK 0 0.04 0.28 0.24
HSL 52.22º 0.31% 0.66% -
HSV(B) 52.22º 0.28% 0.76% -
XYZ 45.3 49.49 32.36 -
YUV 184.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 195 188 141 0 0.04 0.28 0.24 52.22 0.31 0.66
Hex C3 BC 8D 0 4 1C 18 34 1F 42
Octal 303 274 215 0 4 34 30 64 37 102
Binary 11000011 10111100 10001101 0 100 11100 11000 110100 11111 1000010

Color Harmonies of #C3BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC8D

Black with #C3BC8D

Text Example


Text Example

White with #C3BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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