#C18F5C

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

Shades of Twine #C18F5C

Tints of Twine #C18F5C

Color information

#C18F5C (or 0xC18F5C) is unknown color: approx Twine. HEX triplet: C1, 8F and 5C. RGB value is (193,143,92). Sum of RGB (Red+Green+Blue) = 193+143+92=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F5C is #3E70A3. Grayscale: #989898. Windows color (decimal): -4092068 or 6066113. OLE color: 6066113.

HSL color Cylindrical-coordinate representation of color #C18F5C: hue angle of 30.3º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C18F5C is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19314392-
CMYK00.260.520.24
HSL30.3º44.89%55.88%-
HSV(B)30.3º52.33%75.69%-
XYZ33.7531.7614.48-
YUV152.1494.06157.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=45.09%
G=33.41%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931439200.260.520.2430.344.8955.88
HexC18F5C01A34181e2d38
Octal3012171340326430365570
Binary110000011000111110111000110101101001100011110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F5C; }

 p { color: rgb(193,143,92); }

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

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

 a { background-color: rgb(193,143,92); }

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

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

 span { border-color: rgb(193,143,92); }

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