Html Css Color HEX #C2BC90 Coriander

📋 copy color: '#C2BC90'

red 194 ◦ green 188 ◦ blue 144

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

Shades of Coriander #C2BC90

Tints of Coriander #C2BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

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

R = 36.88%
G = 35.74%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2BC90 (or 0xC2BC90) is known color: Coriander. HEX triplet: C2, BC and 90. RGB value is (194,188,144). Sum of RGB (Red+Green+Blue) = 194+188+144=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC90 is #3D436F. Grayscale: #B8B8B8. Windows color (decimal): -4014960 or 9485506. OLE color: 9485506.

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

Color convert

RGB 194 188 144 -
CMYK 0 0.03 0.26 0.24
HSL 52.8º 0.29% 0.66% -
HSV(B) 52.8º 0.26% 0.76% -
XYZ 45.27 49.45 33.54 -
YUV 184.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 194 188 144 0 0.03 0.26 0.24 52.8 0.29 0.66
Hex C2 BC 90 0 3 1A 18 35 1D 42
Octal 302 274 220 0 3 32 30 65 35 102
Binary 11000010 10111100 10010000 0 11 11010 11000 110101 11101 1000010

Color Harmonies of #C2BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC90

Black with #C2BC90

Text Example


Text Example

White with #C2BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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