Html Css Color HEX #C2BC87 Coriander

📋 copy color: '#C2BC87'

red 194 ◦ green 188 ◦ blue 135

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

Shades of Coriander #C2BC87

Tints of Coriander #C2BC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.11%

R = 37.52%
G = 36.36%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2BC87 (or 0xC2BC87) is known color: Coriander. HEX triplet: C2, BC and 87. RGB value is (194,188,135). Sum of RGB (Red+Green+Blue) = 194+188+135=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC87 is #3D4378. Grayscale: #B7B7B7. Windows color (decimal): -4014969 or 8895682. OLE color: 8895682.

HSL color Cylindrical-coordinate representation of color #C2BC87: hue angle of 53.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2BC87 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 135 -
CMYK 0 0.03 0.30 0.24
HSL 53.9º 0.33% 0.65% -
HSV(B) 53.9º 0.3% 0.76% -
XYZ 44.6 49.19 30.06 -
YUV 183.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 194 188 135 0 0.03 0.30 0.24 53.9 0.33 0.65
Hex C2 BC 87 0 3 1E 18 36 21 41
Octal 302 274 207 0 3 36 30 66 41 101
Binary 11000010 10111100 10000111 0 11 11110 11000 110110 100001 1000001

Color Harmonies of #C2BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC87

Black with #C2BC87

Text Example


Text Example

White with #C2BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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