Html Css Color HEX #C2B792 Coriander

📋 copy color: '#C2B792'

red 194 ◦ green 183 ◦ blue 146

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

Shades of Coriander #C2B792

Tints of Coriander #C2B792

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.99%

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

R = 37.09%
G = 34.99%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B792 (or 0xC2B792) is known color: Coriander. HEX triplet: C2, B7 and 92. RGB value is (194,183,146). Sum of RGB (Red+Green+Blue) = 194+183+146=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B792 is #3D486D. Grayscale: #B6B6B6. Windows color (decimal): -4016238 or 9615298. OLE color: 9615298.

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

Color convert

RGB 194 183 146 -
CMYK 0 0.06 0.25 0.24
HSL 46.25º 0.28% 0.67% -
HSV(B) 46.25º 0.25% 0.76% -
XYZ 44.37 47.41 34.01 -
YUV 182.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 194 183 146 0 0.06 0.25 0.24 46.25 0.28 0.67
Hex C2 B7 92 0 6 19 18 2E 1C 43
Octal 302 267 222 0 6 31 30 56 34 103
Binary 11000010 10110111 10010010 0 110 11001 11000 101110 11100 1000011

Color Harmonies of #C2B792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B792

Black with #C2B792

Text Example


Text Example

White with #C2B792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B792; }

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

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

background-color css

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

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

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

border-color css

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

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

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