Html Css Color HEX #C3BC92 Coriander

📋 copy color: '#C3BC92'

red 195 ◦ green 188 ◦ blue 146

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

Shades of Coriander #C3BC92

Tints of Coriander #C3BC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 36.86%
G = 35.54%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3BC92 (or 0xC3BC92) is known color: Coriander. HEX triplet: C3, BC and 92. RGB value is (195,188,146). Sum of RGB (Red+Green+Blue) = 195+188+146=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC92 is #3C436D. Grayscale: #B9B9B9. Windows color (decimal): -3949422 or 9616579. OLE color: 9616579.

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

Color convert

RGB 195 188 146 -
CMYK 0 0.04 0.25 0.24
HSL 51.43º 0.29% 0.67% -
HSV(B) 51.43º 0.25% 0.76% -
XYZ 45.68 49.64 34.37 -
YUV 185.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 195 188 146 0 0.04 0.25 0.24 51.43 0.29 0.67
Hex C3 BC 92 0 4 19 18 33 1D 43
Octal 303 274 222 0 4 31 30 63 35 103
Binary 11000011 10111100 10010010 0 100 11001 11000 110011 11101 1000011

Color Harmonies of #C3BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC92

Black with #C3BC92

Text Example


Text Example

White with #C3BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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