#C0B788

Color #C0B788 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #C0B788

Tints of Coriander #C0B788

Color information

#C0B788 (or 0xC0B788) is unknown color: approx Coriander. HEX triplet: C0, B7 and 88. RGB value is (192,183,136). Sum of RGB (Red+Green+Blue) = 192+183+136=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B788 is #3F4877. Grayscale: #B4B4B4. Windows color (decimal): -4147320 or 8959936. OLE color: 8959936.

HSL color Cylindrical-coordinate representation of color #C0B788: hue angle of 50.36º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0B788 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192183136-
CMYK00.050.290.25
HSL50.36º30.77%64.31%-
HSV(B)50.36º29.17%75.29%-
XYZ43.1246.8530.06-
YUV180.33102.98136.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=37.57%
G=35.81%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218313600.050.290.2550.3630.7764.31
HexC0B788051D19321f40
Octal3002672100535316237100
Binary11000000101101111000100001011110111001110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B788; }

 p { color: rgb(192,183,136); }

 H1.HeaderClassName
 {
   color: #C0B788;
 }
 .AnyTagClassName
 {
   color: #C0B788;
 }
</style>
background-color css

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

 a { background-color: rgb(192,183,136); }

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

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

 span { border-color: rgb(192,183,136); }

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