#C88A4E

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

Shades of Twine #C88A4E

Tints of Twine #C88A4E

Color information

#C88A4E (or 0xC88A4E) is unknown color: approx Twine. HEX triplet: C8, 8A and 4E. RGB value is (200,138,78). Sum of RGB (Red+Green+Blue) = 200+138+78=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A4E is #3775B1. Grayscale: #969696. Windows color (decimal): -3634610 or 5147336. OLE color: 5147336.

HSL color Cylindrical-coordinate representation of color #C88A4E: hue angle of 29.51º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C88A4E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB20013878-
CMYK00.310.610.22
HSL29.51º52.59%54.51%-
HSV(B)29.51º61%78.43%-
XYZ34.2831.0111.39-
YUV149.787.54163.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=48.08%
G=33.17%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001387800.310.610.2229.5152.5954.51
HexC88A4E01F3D161e3537
Octal3102121160377526366567
Binary110010001000101010011100111111111011011011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A4E; }

 p { color: rgb(200,138,78); }

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

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

 a { background-color: rgb(200,138,78); }

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

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

 span { border-color: rgb(200,138,78); }

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