#C88F4F

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

Shades of Twine #C88F4F

Tints of Twine #C88F4F

Color information

#C88F4F (or 0xC88F4F) is unknown color: approx Twine. HEX triplet: C8, 8F and 4F. RGB value is (200,143,79). Sum of RGB (Red+Green+Blue) = 200+143+79=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F4F is #3770B0. Grayscale: #999999. Windows color (decimal): -3633329 or 5214152. OLE color: 5214152.

HSL color Cylindrical-coordinate representation of color #C88F4F: hue angle of 31.74º degrees, saturation: 0.52, 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 #C88F4F is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB20014379-
CMYK00.280.600.22
HSL31.74º52.38%54.71%-
HSV(B)31.74º60.5%78.43%-
XYZ35.0532.4911.82-
YUV152.7586.38161.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 79 (31.25% from 255) = 18.72%
R=47.39%
G=33.89%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001437900.280.600.2231.7452.3854.71
HexC88F4F01C3C16203437
Octal3102171170347426406467
Binary1100100010001111100111101110011110010110100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F4F; }

 p { color: rgb(200,143,79); }

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

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

 a { background-color: rgb(200,143,79); }

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

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

 span { border-color: rgb(200,143,79); }

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