Html Css Color HEX #C1BD8D Coriander

📋 copy color: '#C1BD8D'

red 193 ◦ green 189 ◦ blue 141

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

Shades of Coriander #C1BD8D

Tints of Coriander #C1BD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.96%

R = 36.9%
G = 36.14%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1BD8D (or 0xC1BD8D) is known color: Coriander. HEX triplet: C1, BD and 8D. RGB value is (193,189,141). Sum of RGB (Red+Green+Blue) = 193+189+141=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD8D is #3E4272. Grayscale: #B8B8B8. Windows color (decimal): -4080243 or 9289153. OLE color: 9289153.

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

Color convert

RGB 193 189 141 -
CMYK 0 0.02 0.27 0.24
HSL 55.38º 0.3% 0.65% -
HSV(B) 55.38º 0.27% 0.76% -
XYZ 45 49.66 32.41 -
YUV 184.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 193 189 141 0 0.02 0.27 0.24 55.38 0.3 0.65
Hex C1 BD 8D 0 2 1B 18 37 1E 41
Octal 301 275 215 0 2 33 30 67 36 101
Binary 11000001 10111101 10001101 0 10 11011 11000 110111 11110 1000001

Color Harmonies of #C1BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BD8D

Black with #C1BD8D

Text Example


Text Example

White with #C1BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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