#CF4803

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

Shades of Tenne (Tawny) #CF4803

Tints of Tenne (Tawny) #CF4803

Color information

#CF4803 (or 0xCF4803) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 48 and 03. RGB value is (207,72,3). Sum of RGB (Red+Green+Blue) = 207+72+3=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4803 is #30B7FC. Grayscale: #686868. Windows color (decimal): -3192829 or 215247. OLE color: 215247.

HSL color Cylindrical-coordinate representation of color #CF4803: hue angle of 20.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF4803 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB207723-
CMYK00.650.990.19
HSL20.29º97.14%41.18%-
HSV(B)20.29º98.55%81.18%-
XYZ28.0717.912.06-
YUV104.570.73201.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.40%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=73.40%
G=25.53%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20772300.650.990.1920.2997.1441.18
HexCF4830416313146129
Octal31711030101143232414151
Binary1100111110010001101000001110001110011101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4803; }

 p { color: rgb(207,72,3); }

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

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

 a { background-color: rgb(207,72,3); }

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

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

 span { border-color: rgb(207,72,3); }

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