Html Css Color HEX #CF4900 Tenne (Tawny)

📋 copy color: '#CF4900'

red 207 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #CF4900

Tints of Tenne (Tawny) #CF4900

RGB

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

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

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

R = 73.93%
G = 26.07%
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

#CF4900 (or 0xCF4900) is known color: Tenne (Tawny). HEX triplet: CF, 49 and 00. RGB value is (207,73,0). Sum of RGB (Red+Green+Blue) = 207+73+0=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4900 is #30B6FF. Grayscale: #696969. Windows color (decimal): -3192576 or 18895. OLE color: 18895.

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

Color convert

RGB 207 73 0 -
CMYK 0 0.65 1 0.19
HSL 21.16º 1% 0.41% -
HSV(B) 21.16º 1% 0.81% -
XYZ 28.11 18.03 2 -
YUV 104.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 207 73 0 0 0.65 1 0.19 21.16 1 0.41
Hex CF 49 0 0 41 64 13 15 64 29
Octal 317 111 0 0 101 144 23 25 144 51
Binary 11001111 1001001 0 0 1000001 1100100 10011 10101 1100100 101001

Color Harmonies of #CF4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4900

Black with #CF4900

Text Example


Text Example

White with #CF4900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4900; }

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

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

background-color css

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

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

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

border-color css

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

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

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