Html Css Color HEX #CF4906 Tenne (Tawny)

📋 copy color: '#CF4906'

red 207 ◦ green 73 ◦ blue 6

#CF4906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CF4906

Tints of Tenne (Tawny) #CF4906

RGB

 RED value IS 207 (81.25% from 255) = 72.38%

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 72.38%
G = 25.52%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4906 (or 0xCF4906) is known color: Tenne (Tawny). HEX triplet: CF, 49 and 06. RGB value is (207,73,6). Sum of RGB (Red+Green+Blue) = 207+73+6=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4906 is #30B6F9. Grayscale: #696969. Windows color (decimal): -3192570 or 412111. OLE color: 412111.

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

Color convert

RGB 207 73 6 -
CMYK 0 0.65 0.97 0.19
HSL 20º 0.94% 0.42% -
HSV(B) 20º 0.97% 0.81% -
XYZ 28.15 18.04 2.17 -
YUV 105.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 207 73 6 0 0.65 0.97 0.19 20 0.94 0.42
Hex CF 49 6 0 41 61 13 14 5E 2A
Octal 317 111 6 0 101 141 23 24 136 52
Binary 11001111 1001001 110 0 1000001 1100001 10011 10100 1011110 101010

Color Harmonies of #CF4906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4906

Black with #CF4906

Text Example


Text Example

White with #CF4906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4906; }

 p { color: rgb(207,73,6); }

 H1.HeaderClassName
 {
   color: #CF4906;
 }
 .AnyTagClassName
 {
   color: #CF4906;
 }
</style>

background-color css

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

 a { background-color: rgb(207,73,6); }

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

border-color css

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

 span { border-color: rgb(207,73,6); }

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