Html Css Color HEX #CF4705 Tenne (Tawny)

📋 copy color: '#CF4705'

red 207 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #CF4705

Tints of Tenne (Tawny) #CF4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 73.14%
G = 25.09%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF4705 (or 0xCF4705) is known color: Tenne (Tawny). HEX triplet: CF, 47 and 05. RGB value is (207,71,5). Sum of RGB (Red+Green+Blue) = 207+71+5=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4705 is #30B8FA. Grayscale: #686868. Windows color (decimal): -3193083 or 346063. OLE color: 346063.

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

Color convert

RGB 207 71 5 -
CMYK 0 0.66 0.98 0.19
HSL 19.6º 0.95% 0.42% -
HSV(B) 19.6º 0.98% 0.81% -
XYZ 28.01 17.78 2.1 -
YUV 104.14 72.06 201.37 -
System Red Green Blue C M Y K H S L
Decimal 207 71 5 0 0.66 0.98 0.19 19.6 0.95 0.42
Hex CF 47 5 0 42 62 13 14 5F 2A
Octal 317 107 5 0 102 142 23 24 137 52
Binary 11001111 1000111 101 0 1000010 1100010 10011 10100 1011111 101010

Color Harmonies of #CF4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4705

Black with #CF4705

Text Example


Text Example

White with #CF4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4705; }

 p { color: rgb(207,71,5); }

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

background-color css

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

 a { background-color: rgb(207,71,5); }

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

border-color css

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

 span { border-color: rgb(207,71,5); }

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