Html Css Color HEX #C1BD92 Coriander

📋 copy color: '#C1BD92'

red 193 ◦ green 189 ◦ blue 146

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

Shades of Coriander #C1BD92

Tints of Coriander #C1BD92

RGB

 RED value IS 193 (75.78% from 255) = 36.55%

 GREEN value IS 189 (74.22% from 255) = 35.8%

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

R = 36.55%
G = 35.8%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C1BD92 (or 0xC1BD92) is known color: Coriander. HEX triplet: C1, BD and 92. RGB value is (193,189,146). Sum of RGB (Red+Green+Blue) = 193+189+146=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD92 is #3E426D. Grayscale: #B9B9B9. Windows color (decimal): -4080238 or 9616833. OLE color: 9616833.

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

Color convert

RGB 193 189 146 -
CMYK 0 0.02 0.24 0.24
HSL 54.89º 0.27% 0.66% -
HSV(B) 54.89º 0.24% 0.76% -
XYZ 45.38 49.81 34.42 -
YUV 185.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 193 189 146 0 0.02 0.24 0.24 54.89 0.27 0.66
Hex C1 BD 92 0 2 18 18 37 1B 42
Octal 301 275 222 0 2 30 30 67 33 102
Binary 11000001 10111101 10010010 0 10 11000 11000 110111 11011 1000010

Color Harmonies of #C1BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BD92

Black with #C1BD92

Text Example


Text Example

White with #C1BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BD92; }

 p { color: rgb(193,189,146); }

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

background-color css

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

 a { background-color: rgb(193,189,146); }

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

border-color css

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

 span { border-color: rgb(193,189,146); }

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