Html Css Color HEX #C2BD92 Coriander

📋 copy color: '#C2BD92'

red 194 ◦ green 189 ◦ blue 146

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

Shades of Coriander #C2BD92

Tints of Coriander #C2BD92

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.73%

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

R = 36.67%
G = 35.73%
B = 27.6%

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

#C2BD92 (or 0xC2BD92) is known color: Coriander. HEX triplet: C2, BD and 92. RGB value is (194,189,146). Sum of RGB (Red+Green+Blue) = 194+189+146=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD92 is #3D426D. Grayscale: #B9B9B9. Windows color (decimal): -4014702 or 9616834. OLE color: 9616834.

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

Color convert

RGB 194 189 146 -
CMYK 0 0.03 0.25 0.24
HSL 53.75º 0.28% 0.67% -
HSV(B) 53.75º 0.25% 0.76% -
XYZ 45.63 49.94 34.43 -
YUV 185.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 194 189 146 0 0.03 0.25 0.24 53.75 0.28 0.67
Hex C2 BD 92 0 3 19 18 36 1C 43
Octal 302 275 222 0 3 31 30 66 34 103
Binary 11000010 10111101 10010010 0 11 11001 11000 110110 11100 1000011

Color Harmonies of #C2BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD92

Black with #C2BD92

Text Example


Text Example

White with #C2BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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