Html Css Color HEX #C1B896 Coriander

📋 copy color: '#C1B896'

red 193 ◦ green 184 ◦ blue 150

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

Shades of Coriander #C1B896

Tints of Coriander #C1B896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.91%

 BLUE value IS 150 (58.98% from 255) = 28.46%

R = 36.62%
G = 34.91%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1B896 (or 0xC1B896) is known color: Coriander. HEX triplet: C1, B8 and 96. RGB value is (193,184,150). Sum of RGB (Red+Green+Blue) = 193+184+150=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B896 is #3E4769. Grayscale: #B6B6B6. Windows color (decimal): -4081514 or 9877697. OLE color: 9877697.

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

Color convert

RGB 193 184 150 -
CMYK 0 0.05 0.22 0.24
HSL 47.44º 0.26% 0.67% -
HSV(B) 47.44º 0.22% 0.76% -
XYZ 44.64 47.82 35.73 -
YUV 182.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 193 184 150 0 0.05 0.22 0.24 47.44 0.26 0.67
Hex C1 B8 96 0 5 16 18 2F 1A 43
Octal 301 270 226 0 5 26 30 57 32 103
Binary 11000001 10111000 10010110 0 101 10110 11000 101111 11010 1000011

Color Harmonies of #C1B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B896

Black with #C1B896

Text Example


Text Example

White with #C1B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B896; }

 p { color: rgb(193,184,150); }

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

background-color css

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

 a { background-color: rgb(193,184,150); }

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

border-color css

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

 span { border-color: rgb(193,184,150); }

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