Html Css Color HEX #C2BC93 Coriander

📋 copy color: '#C2BC93'

red 194 ◦ green 188 ◦ blue 147

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

Shades of Coriander #C2BC93

Tints of Coriander #C2BC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.79%

R = 36.67%
G = 35.54%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2BC93 (or 0xC2BC93) is known color: Coriander. HEX triplet: C2, BC and 93. RGB value is (194,188,147). Sum of RGB (Red+Green+Blue) = 194+188+147=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC93 is #3D436C. Grayscale: #B9B9B9. Windows color (decimal): -4014957 or 9682114. OLE color: 9682114.

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

Color convert

RGB 194 188 147 -
CMYK 0 0.03 0.24 0.24
HSL 52.34º 0.28% 0.67% -
HSV(B) 52.34º 0.24% 0.76% -
XYZ 45.5 49.54 34.77 -
YUV 185.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 194 188 147 0 0.03 0.24 0.24 52.34 0.28 0.67
Hex C2 BC 93 0 3 18 18 34 1C 43
Octal 302 274 223 0 3 30 30 64 34 103
Binary 11000010 10111100 10010011 0 11 11000 11000 110100 11100 1000011

Color Harmonies of #C2BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC93

Black with #C2BC93

Text Example


Text Example

White with #C2BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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