Html Css Color HEX #C1BD8E Coriander

📋 copy color: '#C1BD8E'

red 193 ◦ green 189 ◦ blue 142

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

Shades of Coriander #C1BD8E

Tints of Coriander #C1BD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 36.83%
G = 36.07%
B = 27.1%

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

#C1BD8E (or 0xC1BD8E) is known color: Coriander. HEX triplet: C1, BD and 8E. RGB value is (193,189,142). Sum of RGB (Red+Green+Blue) = 193+189+142=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD8E is #3E4271. Grayscale: #B9B9B9. Windows color (decimal): -4080242 or 9354689. OLE color: 9354689.

HSL color Cylindrical-coordinate representation of color #C1BD8E: hue angle of 55.29º 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 #C1BD8E is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 189 142 -
CMYK 0 0.02 0.26 0.24
HSL 55.29º 0.29% 0.66% -
HSV(B) 55.29º 0.26% 0.76% -
XYZ 45.07 49.69 32.81 -
YUV 184.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 193 189 142 0 0.02 0.26 0.24 55.29 0.29 0.66
Hex C1 BD 8E 0 2 1A 18 37 1D 42
Octal 301 275 216 0 2 32 30 67 35 102
Binary 11000001 10111101 10001110 0 10 11010 11000 110111 11101 1000010

Color Harmonies of #C1BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BD8E

Black with #C1BD8E

Text Example


Text Example

White with #C1BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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