#CC8F4F

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

Shades of Twine #CC8F4F

Tints of Twine #CC8F4F

Color information

#CC8F4F (or 0xCC8F4F) is unknown color: approx Twine. HEX triplet: CC, 8F and 4F. RGB value is (204,143,79). Sum of RGB (Red+Green+Blue) = 204+143+79=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F4F is #3370B0. Grayscale: #9A9A9A. Windows color (decimal): -3371185 or 5214156. OLE color: 5214156.

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

Color convert

RGB20414379-
CMYK00.300.610.2
HSL30.72º55.07%55.49%-
HSV(B)30.72º61.27%80%-
XYZ36.1433.0511.87-
YUV153.9485.71163.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=47.89%
G=33.57%
B=18.54%

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
Decimal2041437900.300.610.230.7255.0755.49
HexCC8F4F01E3D141f3737
Octal3142171170367524376767
Binary110011001000111110011110111101111011010011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8F4F; }

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

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

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

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

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

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

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

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