Html Css Color HEX #C2B58E Coriander

📋 copy color: '#C2B58E'

red 194 ◦ green 181 ◦ blue 142

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

Shades of Coriander #C2B58E

Tints of Coriander #C2B58E

RGB

 RED value IS 194 (76.17% from 255) = 37.52%

 GREEN value IS 181 (71.09% from 255) = 35.01%

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

R = 37.52%
G = 35.01%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2B58E (or 0xC2B58E) is known color: Coriander. HEX triplet: C2, B5 and 8E. RGB value is (194,181,142). Sum of RGB (Red+Green+Blue) = 194+181+142=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B58E is #3D4A71. Grayscale: #B4B4B4. Windows color (decimal): -4016754 or 9352642. OLE color: 9352642.

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

Color convert

RGB 194 181 142 -
CMYK 0 0.07 0.27 0.24
HSL 45º 0.3% 0.66% -
HSV(B) 45º 0.27% 0.76% -
XYZ 43.65 46.47 32.26 -
YUV 180.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 194 181 142 0 0.07 0.27 0.24 45 0.3 0.66
Hex C2 B5 8E 0 7 1B 18 2D 1E 42
Octal 302 265 216 0 7 33 30 55 36 102
Binary 11000010 10110101 10001110 0 111 11011 11000 101101 11110 1000010

Color Harmonies of #C2B58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B58E

Black with #C2B58E

Text Example


Text Example

White with #C2B58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B58E; }

 p { color: rgb(194,181,142); }

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

background-color css

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

 a { background-color: rgb(194,181,142); }

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

border-color css

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

 span { border-color: rgb(194,181,142); }

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