#CF6A08

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

Shades of Tenne (Tawny) #CF6A08

Tints of Tenne (Tawny) #CF6A08

Color information

#CF6A08 (or 0xCF6A08) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 6A and 08. RGB value is (207,106,8). Sum of RGB (Red+Green+Blue) = 207+106+8=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A08 is #3095F7. Grayscale: #7D7D7D. Windows color (decimal): -3184120 or 551631. OLE color: 551631.

HSL color Cylindrical-coordinate representation of color #CF6A08: hue angle of 29.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF6A08 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2071068-
CMYK00.490.960.19
HSL29.55º92.56%42.16%-
HSV(B)29.55º96.14%81.18%-
XYZ30.9323.593.15-
YUV125.0361.96186.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.49%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 8 (3.52% from 255) = 2.49%
R=64.49%
G=33.02%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207106800.490.960.1929.5592.5642.16
HexCF6A803160131e5d2a
Octal31715210061140233613552
Binary11001111110101010000110001110000010011111101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A08; }

 p { color: rgb(207,106,8); }

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

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

 a { background-color: rgb(207,106,8); }

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

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

 span { border-color: rgb(207,106,8); }

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