Html Css Color HEX #C1BD90 Coriander

📋 copy color: '#C1BD90'

red 193 ◦ green 189 ◦ blue 144

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

Shades of Coriander #C1BD90

Tints of Coriander #C1BD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.38%

R = 36.69%
G = 35.93%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C1BD90 (or 0xC1BD90) is known color: Coriander. HEX triplet: C1, BD and 90. RGB value is (193,189,144). Sum of RGB (Red+Green+Blue) = 193+189+144=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD90 is #3E426F. Grayscale: #B9B9B9. Windows color (decimal): -4080240 or 9485761. OLE color: 9485761.

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

Color convert

RGB 193 189 144 -
CMYK 0 0.02 0.25 0.24
HSL 55.1º 0.28% 0.66% -
HSV(B) 55.1º 0.25% 0.76% -
XYZ 45.22 49.75 33.6 -
YUV 185.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 193 189 144 0 0.02 0.25 0.24 55.1 0.28 0.66
Hex C1 BD 90 0 2 19 18 37 1C 42
Octal 301 275 220 0 2 31 30 67 34 102
Binary 11000001 10111101 10010000 0 10 11001 11000 110111 11100 1000010

Color Harmonies of #C1BD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BD90

Black with #C1BD90

Text Example


Text Example

White with #C1BD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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