Html Css Color HEX #CF4800 Tenne (Tawny)

📋 copy color: '#CF4800'

red 207 ◦ green 72 ◦ blue 0

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

Shades of Tenne (Tawny) #CF4800

Tints of Tenne (Tawny) #CF4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.19%
G = 25.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF4800 (or 0xCF4800) is known color: Tenne (Tawny). HEX triplet: CF, 48 and 00. RGB value is (207,72,0). Sum of RGB (Red+Green+Blue) = 207+72+0=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4800 is #30B7FF. Grayscale: #686868. Windows color (decimal): -3192832 or 18639. OLE color: 18639.

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

Color convert

RGB 207 72 0 -
CMYK 0 0.65 1 0.19
HSL 20.87º 1% 0.41% -
HSV(B) 20.87º 1% 0.81% -
XYZ 28.05 17.9 1.98 -
YUV 104.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 207 72 0 0 0.65 1 0.19 20.87 1 0.41
Hex CF 48 0 0 41 64 13 15 64 29
Octal 317 110 0 0 101 144 23 25 144 51
Binary 11001111 1001000 0 0 1000001 1100100 10011 10101 1100100 101001

Color Harmonies of #CF4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4800

Black with #CF4800

Text Example


Text Example

White with #CF4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4800; }

 p { color: rgb(207,72,0); }

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

background-color css

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

 a { background-color: rgb(207,72,0); }

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

border-color css

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

 span { border-color: rgb(207,72,0); }

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