Html Css Color HEX #C0B892 Coriander

📋 copy color: '#C0B892'

red 192 ◦ green 184 ◦ blue 146

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

Shades of Coriander #C0B892

Tints of Coriander #C0B892

RGB

 RED value IS 192 (75.39% from 255) = 36.78%

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

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

R = 36.78%
G = 35.25%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C0B892 (or 0xC0B892) is known color: Coriander. HEX triplet: C0, B8 and 92. RGB value is (192,184,146). Sum of RGB (Red+Green+Blue) = 192+184+146=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B892 is #3F476D. Grayscale: #B6B6B6. Windows color (decimal): -4147054 or 9615552. OLE color: 9615552.

HSL color Cylindrical-coordinate representation of color #C0B892: hue angle of 49.57º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B892 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 146 -
CMYK 0 0.04 0.24 0.25
HSL 49.57º 0.27% 0.66% -
HSV(B) 49.57º 0.24% 0.75% -
XYZ 44.07 47.56 34.05 -
YUV 182.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 192 184 146 0 0.04 0.24 0.25 49.57 0.27 0.66
Hex C0 B8 92 0 4 18 19 32 1B 42
Octal 300 270 222 0 4 30 31 62 33 102
Binary 11000000 10111000 10010010 0 100 11000 11001 110010 11011 1000010

Color Harmonies of #C0B892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B892

Black with #C0B892

Text Example


Text Example

White with #C0B892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B892; }

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

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

background-color css

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

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

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

border-color css

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

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

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