#CF5A12

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

Shades of Tenne (Tawny) #CF5A12

Tints of Tenne (Tawny) #CF5A12

Color information

#CF5A12 (or 0xCF5A12) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 5A and 12. RGB value is (207,90,18). Sum of RGB (Red+Green+Blue) = 207+90+18=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A12 is #30A5ED. Grayscale: #757575. Windows color (decimal): -3188206 or 1202895. OLE color: 1202895.

HSL color Cylindrical-coordinate representation of color #CF5A12: hue angle of 22.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5A12 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB2079018-
CMYK00.570.910.19
HSL22.86º84%44.12%-
HSV(B)22.86º91.3%81.18%-
XYZ29.520.623-
YUV116.7872.26192.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.71%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 18 (7.42% from 255) = 5.71%
R=65.71%
G=28.57%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207901800.570.910.1922.868444.12
HexCF5A120395B1317542c
Octal31713222071133232712454
Binary110011111011010100100111001101101110011101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5A12; }

 p { color: rgb(207,90,18); }

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

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

 a { background-color: rgb(207,90,18); }

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

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

 span { border-color: rgb(207,90,18); }

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