Html Css Color HEX #C2B892 Coriander

📋 copy color: '#C2B892'

red 194 ◦ green 184 ◦ blue 146

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

Shades of Coriander #C2B892

Tints of Coriander #C2B892

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.11%

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

R = 37.02%
G = 35.11%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B892 (or 0xC2B892) is known color: Coriander. HEX triplet: C2, B8 and 92. RGB value is (194,184,146). Sum of RGB (Red+Green+Blue) = 194+184+146=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B892 is #3D476D. Grayscale: #B6B6B6. Windows color (decimal): -4015982 or 9615554. OLE color: 9615554.

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

Color convert

RGB 194 184 146 -
CMYK 0 0.05 0.25 0.24
HSL 47.5º 0.28% 0.67% -
HSV(B) 47.5º 0.25% 0.76% -
XYZ 44.58 47.83 34.08 -
YUV 182.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 194 184 146 0 0.05 0.25 0.24 47.5 0.28 0.67
Hex C2 B8 92 0 5 19 18 30 1C 43
Octal 302 270 222 0 5 31 30 60 34 103
Binary 11000010 10111000 10010010 0 101 11001 11000 110000 11100 1000011

Color Harmonies of #C2B892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B892

Black with #C2B892

Text Example


Text Example

White with #C2B892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B892; }

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

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

background-color css

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

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

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

border-color css

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

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

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