Html Css Color HEX #C1B993 Coriander

📋 copy color: '#C1B993'

red 193 ◦ green 185 ◦ blue 147

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

Shades of Coriander #C1B993

Tints of Coriander #C1B993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 147 (57.81% from 255) = 28%

R = 36.76%
G = 35.24%
B = 28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C1B993 (or 0xC1B993) is known color: Coriander. HEX triplet: C1, B9 and 93. RGB value is (193,185,147). Sum of RGB (Red+Green+Blue) = 193+185+147=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B993 is #3E466C. Grayscale: #B7B7B7. Windows color (decimal): -4081261 or 9681345. OLE color: 9681345.

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

Color convert

RGB 193 185 147 -
CMYK 0 0.04 0.24 0.24
HSL 49.57º 0.27% 0.67% -
HSV(B) 49.57º 0.24% 0.76% -
XYZ 44.61 48.14 34.55 -
YUV 183.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 193 185 147 0 0.04 0.24 0.24 49.57 0.27 0.67
Hex C1 B9 93 0 4 18 18 32 1B 43
Octal 301 271 223 0 4 30 30 62 33 103
Binary 11000001 10111001 10010011 0 100 11000 11000 110010 11011 1000011

Color Harmonies of #C1B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B993

Black with #C1B993

Text Example


Text Example

White with #C1B993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B993; }

 p { color: rgb(193,185,147); }

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

background-color css

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

 a { background-color: rgb(193,185,147); }

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

border-color css

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

 span { border-color: rgb(193,185,147); }

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