Html Css Color HEX #C2BE90 Coriander

📋 copy color: '#C2BE90'

red 194 ◦ green 190 ◦ blue 144

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

Shades of Coriander #C2BE90

Tints of Coriander #C2BE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.98%

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

R = 36.74%
G = 35.98%
B = 27.27%

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

#C2BE90 (or 0xC2BE90) is known color: Coriander. HEX triplet: C2, BE and 90. RGB value is (194,190,144). Sum of RGB (Red+Green+Blue) = 194+190+144=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE90 is #3D416F. Grayscale: #BABABA. Windows color (decimal): -4014448 or 9486018. OLE color: 9486018.

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

Color convert

RGB 194 190 144 -
CMYK 0 0.02 0.26 0.24
HSL 55.2º 0.29% 0.66% -
HSV(B) 55.2º 0.26% 0.76% -
XYZ 45.7 50.31 33.69 -
YUV 185.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 194 190 144 0 0.02 0.26 0.24 55.2 0.29 0.66
Hex C2 BE 90 0 2 1A 18 37 1D 42
Octal 302 276 220 0 2 32 30 67 35 102
Binary 11000010 10111110 10010000 0 10 11010 11000 110111 11101 1000010

Color Harmonies of #C2BE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE90

Black with #C2BE90

Text Example


Text Example

White with #C2BE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE90; }

 p { color: rgb(194,190,144); }

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

background-color css

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

 a { background-color: rgb(194,190,144); }

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

border-color css

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

 span { border-color: rgb(194,190,144); }

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