Html Css Color HEX #C2BB90 Coriander

📋 copy color: '#C2BB90'

red 194 ◦ green 187 ◦ blue 144

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

Shades of Coriander #C2BB90

Tints of Coriander #C2BB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

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

R = 36.95%
G = 35.62%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2BB90 (or 0xC2BB90) is known color: Coriander. HEX triplet: C2, BB and 90. RGB value is (194,187,144). Sum of RGB (Red+Green+Blue) = 194+187+144=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB90 is #3D446F. Grayscale: #B8B8B8. Windows color (decimal): -4015216 or 9485250. OLE color: 9485250.

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

Color convert

RGB 194 187 144 -
CMYK 0 0.04 0.26 0.24
HSL 51.6º 0.29% 0.66% -
HSV(B) 51.6º 0.26% 0.76% -
XYZ 45.05 49.02 33.47 -
YUV 184.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 194 187 144 0 0.04 0.26 0.24 51.6 0.29 0.66
Hex C2 BB 90 0 4 1A 18 34 1D 42
Octal 302 273 220 0 4 32 30 64 35 102
Binary 11000010 10111011 10010000 0 100 11010 11000 110100 11101 1000010

Color Harmonies of #C2BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB90

Black with #C2BB90

Text Example


Text Example

White with #C2BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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