#CC934F

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

Shades of Twine #CC934F

Tints of Twine #CC934F

Color information

#CC934F (or 0xCC934F) is unknown color: approx Twine. HEX triplet: CC, 93 and 4F. RGB value is (204,147,79). Sum of RGB (Red+Green+Blue) = 204+147+79=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC934F is #336CB0. Grayscale: #9C9C9C. Windows color (decimal): -3370161 or 5215180. OLE color: 5215180.

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

Color convert

RGB20414779-
CMYK00.280.610.2
HSL32.64º55.07%55.49%-
HSV(B)32.64º61.27%80%-
XYZ36.7534.2712.08-
YUV156.2984.38162.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 79 (31.25% from 255) = 18.37%
R=47.44%
G=34.19%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041477900.280.610.232.6455.0755.49
HexCC934F01C3D14213737
Octal3142231170347524416767
Binary1100110010010011100111101110011110110100100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC934F; }

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

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

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

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

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

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

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

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