#CC904F

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

Shades of Twine #CC904F

Tints of Twine #CC904F

Color information

#CC904F (or 0xCC904F) is unknown color: approx Twine. HEX triplet: CC, 90 and 4F. RGB value is (204,144,79). Sum of RGB (Red+Green+Blue) = 204+144+79=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC904F is #336FB0. Grayscale: #9A9A9A. Windows color (decimal): -3370929 or 5214412. OLE color: 5214412.

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

Color convert

RGB20414479-
CMYK00.290.610.2
HSL31.2º55.07%55.49%-
HSV(B)31.2º61.27%80%-
XYZ36.2933.3511.92-
YUV154.5385.38163.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=47.78%
G=33.72%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041447900.290.610.231.255.0755.49
HexCC904F01D3D141f3737
Octal3142201170357524376767
Binary110011001001000010011110111011111011010011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC904F; }

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

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

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

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

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

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

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

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