#C0B78A

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

Shades of Coriander #C0B78A

Tints of Coriander #C0B78A

Color information

#C0B78A (or 0xC0B78A) is unknown color: approx Coriander. HEX triplet: C0, B7 and 8A. RGB value is (192,183,138). Sum of RGB (Red+Green+Blue) = 192+183+138=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B78A is #3F4875. Grayscale: #B4B4B4. Windows color (decimal): -4147318 or 9091008. OLE color: 9091008.

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

Color convert

RGB192183138-
CMYK00.050.280.25
HSL50º30%64.71%-
HSV(B)50º28.12%75.29%-
XYZ43.2646.9130.82-
YUV180.56103.98136.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=37.43%
G=35.67%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218313800.050.280.25503064.71
HexC0B78A051C19321e41
Octal3002672120534316236101
Binary11000000101101111000101001011110011001110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B78A; }

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

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

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

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

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

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

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

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