Html Css Color HEX #C2BC92 Coriander

📋 copy color: '#C2BC92'

red 194 ◦ green 188 ◦ blue 146

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

Shades of Coriander #C2BC92

Tints of Coriander #C2BC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 36.74%
G = 35.61%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2BC92 (or 0xC2BC92) is known color: Coriander. HEX triplet: C2, BC and 92. RGB value is (194,188,146). Sum of RGB (Red+Green+Blue) = 194+188+146=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC92 is #3D436D. Grayscale: #B9B9B9. Windows color (decimal): -4014958 or 9616578. OLE color: 9616578.

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

Color convert

RGB 194 188 146 -
CMYK 0 0.03 0.25 0.24
HSL 52.5º 0.28% 0.67% -
HSV(B) 52.5º 0.25% 0.76% -
XYZ 45.42 49.51 34.36 -
YUV 185.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 194 188 146 0 0.03 0.25 0.24 52.5 0.28 0.67
Hex C2 BC 92 0 3 19 18 34 1C 43
Octal 302 274 222 0 3 31 30 64 34 103
Binary 11000010 10111100 10010010 0 11 11001 11000 110100 11100 1000011

Color Harmonies of #C2BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC92

Black with #C2BC92

Text Example


Text Example

White with #C2BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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