#C08A5C

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

Shades of Twine #C08A5C

Tints of Twine #C08A5C

Color information

#C08A5C (or 0xC08A5C) is unknown color: approx Twine. HEX triplet: C0, 8A and 5C. RGB value is (192,138,92). Sum of RGB (Red+Green+Blue) = 192+138+92=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A5C is #3F75A3. Grayscale: #959595. Windows color (decimal): -4158884 or 6064832. OLE color: 6064832.

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

Color convert

RGB19213892-
CMYK00.280.520.25
HSL27.6º44.25%55.69%-
HSV(B)27.6º52.08%75.29%-
XYZ32.7630.1614.22-
YUV148.995.89158.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=45.50%
G=32.70%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921389200.280.520.2527.644.2555.69
HexC08A5C01C34191c2c38
Octal3002121340346431345470
Binary110000001000101010111000111001101001100111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A5C; }

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

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

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

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

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

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

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

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