#CC8E4F

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

Shades of Twine #CC8E4F

Tints of Twine #CC8E4F

Color information

#CC8E4F (or 0xCC8E4F) is unknown color: approx Twine. HEX triplet: CC, 8E and 4F. RGB value is (204,142,79). Sum of RGB (Red+Green+Blue) = 204+142+79=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E4F is #3371B0. Grayscale: #999999. Windows color (decimal): -3371441 or 5213900. OLE color: 5213900.

HSL color Cylindrical-coordinate representation of color #CC8E4F: hue angle of 30.24º 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 #CC8E4F is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20414279-
CMYK00.300.610.2
HSL30.24º55.07%55.49%-
HSV(B)30.24º61.27%80%-
XYZ35.9932.7511.82-
YUV153.3686.04164.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 79 (31.25% from 255) = 18.59%
R=48%
G=33.41%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041427900.300.610.230.2455.0755.49
HexCC8E4F01E3D141e3737
Octal3142161170367524366767
Binary110011001000111010011110111101111011010011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E4F; }

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

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

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

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

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

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

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

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