Html Css Color HEX #CF4604 Tenne (Tawny)

📋 copy color: '#CF4604'

red 207 ◦ green 70 ◦ blue 4

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

Shades of Tenne (Tawny) #CF4604

Tints of Tenne (Tawny) #CF4604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 73.67%
G = 24.91%
B = 1.42%

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

#CF4604 (or 0xCF4604) is known color: Tenne (Tawny). HEX triplet: CF, 46 and 04. RGB value is (207,70,4). Sum of RGB (Red+Green+Blue) = 207+70+4=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4604 is #30B9FB. Grayscale: #676767. Windows color (decimal): -3193340 or 280271. OLE color: 280271.

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

Color convert

RGB 207 70 4 -
CMYK 0 0.66 0.98 0.19
HSL 19.51º 0.96% 0.41% -
HSV(B) 19.51º 0.98% 0.81% -
XYZ 27.94 17.65 2.05 -
YUV 103.44 71.89 201.87 -
System Red Green Blue C M Y K H S L
Decimal 207 70 4 0 0.66 0.98 0.19 19.51 0.96 0.41
Hex CF 46 4 0 42 62 13 14 60 29
Octal 317 106 4 0 102 142 23 24 140 51
Binary 11001111 1000110 100 0 1000010 1100010 10011 10100 1100000 101001

Color Harmonies of #CF4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4604

Black with #CF4604

Text Example


Text Example

White with #CF4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4604; }

 p { color: rgb(207,70,4); }

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

background-color css

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

 a { background-color: rgb(207,70,4); }

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

border-color css

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

 span { border-color: rgb(207,70,4); }

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