Html Css Color HEX #C2BC97 Coriander

📋 copy color: '#C2BC97'

red 194 ◦ green 188 ◦ blue 151

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

Shades of Coriander #C2BC97

Tints of Coriander #C2BC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.33%

R = 36.4%
G = 35.27%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2BC97 (or 0xC2BC97) is known color: Coriander. HEX triplet: C2, BC and 97. RGB value is (194,188,151). Sum of RGB (Red+Green+Blue) = 194+188+151=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC97 is #3D4368. Grayscale: #B9B9B9. Windows color (decimal): -4014953 or 9944258. OLE color: 9944258.

HSL color Cylindrical-coordinate representation of color #C2BC97: hue angle of 51.63º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BC97 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 151 -
CMYK 0 0.03 0.22 0.24
HSL 51.63º 0.26% 0.68% -
HSV(B) 51.63º 0.22% 0.76% -
XYZ 45.82 49.67 36.45 -
YUV 185.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 194 188 151 0 0.03 0.22 0.24 51.63 0.26 0.68
Hex C2 BC 97 0 3 16 18 34 1A 44
Octal 302 274 227 0 3 26 30 64 32 104
Binary 11000010 10111100 10010111 0 11 10110 11000 110100 11010 1000100

Color Harmonies of #C2BC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC97

Black with #C2BC97

Text Example


Text Example

White with #C2BC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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