Html Css Color HEX #C2B990 Coriander

📋 copy color: '#C2B990'

red 194 ◦ green 185 ◦ blue 144

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

Shades of Coriander #C2B990

Tints of Coriander #C2B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 37.09%
G = 35.37%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2B990 (or 0xC2B990) is known color: Coriander. HEX triplet: C2, B9 and 90. RGB value is (194,185,144). Sum of RGB (Red+Green+Blue) = 194+185+144=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B990 is #3D466F. Grayscale: #B7B7B7. Windows color (decimal): -4015728 or 9484738. OLE color: 9484738.

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

Color convert

RGB 194 185 144 -
CMYK 0 0.05 0.26 0.24
HSL 49.2º 0.29% 0.66% -
HSV(B) 49.2º 0.26% 0.76% -
XYZ 44.63 48.18 33.33 -
YUV 183.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 194 185 144 0 0.05 0.26 0.24 49.2 0.29 0.66
Hex C2 B9 90 0 5 1A 18 31 1D 42
Octal 302 271 220 0 5 32 30 61 35 102
Binary 11000010 10111001 10010000 0 101 11010 11000 110001 11101 1000010

Color Harmonies of #C2B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B990

Black with #C2B990

Text Example


Text Example

White with #C2B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B990; }

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

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

background-color css

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

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

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

border-color css

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

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

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