Html Css Color HEX #C1BE8F Coriander

📋 copy color: '#C1BE8F'

red 193 ◦ green 190 ◦ blue 143

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

Shades of Coriander #C1BE8F

Tints of Coriander #C1BE8F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

 BLUE value IS 143 (56.25% from 255) = 27.19%

R = 36.69%
G = 36.12%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1BE8F (or 0xC1BE8F) is known color: Coriander. HEX triplet: C1, BE and 8F. RGB value is (193,190,143). Sum of RGB (Red+Green+Blue) = 193+190+143=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE8F is #3E4170. Grayscale: #B9B9B9. Windows color (decimal): -4079985 or 9420481. OLE color: 9420481.

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

Color convert

RGB 193 190 143 -
CMYK 0 0.02 0.26 0.24
HSL 56.4º 0.29% 0.66% -
HSV(B) 56.4º 0.26% 0.76% -
XYZ 45.36 50.15 33.28 -
YUV 185.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 193 190 143 0 0.02 0.26 0.24 56.4 0.29 0.66
Hex C1 BE 8F 0 2 1A 18 38 1D 42
Octal 301 276 217 0 2 32 30 70 35 102
Binary 11000001 10111110 10001111 0 10 11010 11000 111000 11101 1000010

Color Harmonies of #C1BE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BE8F

Black with #C1BE8F

Text Example


Text Example

White with #C1BE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BE8F; }

 p { color: rgb(193,190,143); }

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

background-color css

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

 a { background-color: rgb(193,190,143); }

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

border-color css

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

 span { border-color: rgb(193,190,143); }

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