Html Css Color HEX #CF4204 Tenne (Tawny)

📋 copy color: '#CF4204'

red 207 ◦ green 66 ◦ blue 4

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

Shades of Tenne (Tawny) #CF4204

Tints of Tenne (Tawny) #CF4204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

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

R = 74.73%
G = 23.83%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF4204 (or 0xCF4204) is known color: Tenne (Tawny). HEX triplet: CF, 42 and 04. RGB value is (207,66,4). Sum of RGB (Red+Green+Blue) = 207+66+4=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4204 is #30BDFB. Grayscale: #656565. Windows color (decimal): -3194364 or 279247. OLE color: 279247.

HSL color Cylindrical-coordinate representation of color #CF4204: hue angle of 18.33º 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 #CF4204 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 4 -
CMYK 0 0.68 0.98 0.19
HSL 18.33º 0.96% 0.41% -
HSV(B) 18.33º 0.98% 0.81% -
XYZ 27.7 17.17 1.97 -
YUV 101.09 73.21 203.54 -
System Red Green Blue C M Y K H S L
Decimal 207 66 4 0 0.68 0.98 0.19 18.33 0.96 0.41
Hex CF 42 4 0 44 62 13 12 60 29
Octal 317 102 4 0 104 142 23 22 140 51
Binary 11001111 1000010 100 0 1000100 1100010 10011 10010 1100000 101001

Color Harmonies of #CF4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4204

Black with #CF4204

Text Example


Text Example

White with #CF4204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4204; }

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

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

background-color css

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

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

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

border-color css

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

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

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