#CC8C4F

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

Shades of Twine #CC8C4F

Tints of Twine #CC8C4F

Color information

#CC8C4F (or 0xCC8C4F) is unknown color: approx Twine. HEX triplet: CC, 8C and 4F. RGB value is (204,140,79). Sum of RGB (Red+Green+Blue) = 204+140+79=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C4F is #3373B0. Grayscale: #989898. Windows color (decimal): -3371953 or 5213388. OLE color: 5213388.

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

Color convert

RGB20414079-
CMYK00.310.610.2
HSL29.28º55.07%55.49%-
HSV(B)29.28º61.27%80%-
XYZ35.6932.1611.72-
YUV152.1886.7164.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=48.23%
G=33.10%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041407900.310.610.229.2855.0755.49
HexCC8C4F01F3D141d3737
Octal3142141170377524356767
Binary110011001000110010011110111111111011010011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C4F; }

 p { color: rgb(204,140,79); }

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

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

 a { background-color: rgb(204,140,79); }

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

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

 span { border-color: rgb(204,140,79); }

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