Html Css Color HEX #C0B896 Coriander

📋 copy color: '#C0B896'

red 192 ◦ green 184 ◦ blue 150

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

Shades of Coriander #C0B896

Tints of Coriander #C0B896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.52%

R = 36.5%
G = 34.98%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0B896 (or 0xC0B896) is known color: Coriander. HEX triplet: C0, B8 and 96. RGB value is (192,184,150). Sum of RGB (Red+Green+Blue) = 192+184+150=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B896 is #3F4769. Grayscale: #B6B6B6. Windows color (decimal): -4147050 or 9877696. OLE color: 9877696.

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

Color convert

RGB 192 184 150 -
CMYK 0 0.04 0.22 0.25
HSL 48.57º 0.25% 0.67% -
HSV(B) 48.57º 0.22% 0.75% -
XYZ 44.38 47.69 35.72 -
YUV 182.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 192 184 150 0 0.04 0.22 0.25 48.57 0.25 0.67
Hex C0 B8 96 0 4 16 19 31 19 43
Octal 300 270 226 0 4 26 31 61 31 103
Binary 11000000 10111000 10010110 0 100 10110 11001 110001 11001 1000011

Color Harmonies of #C0B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B896

Black with #C0B896

Text Example


Text Example

White with #C0B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B896; }

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

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

background-color css

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

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

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

border-color css

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

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

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