Html Css Color HEX #CF4802 Tenne (Tawny)

📋 copy color: '#CF4802'

red 207 ◦ green 72 ◦ blue 2

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

Shades of Tenne (Tawny) #CF4802

Tints of Tenne (Tawny) #CF4802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 73.67%
G = 25.62%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF4802 (or 0xCF4802) is known color: Tenne (Tawny). HEX triplet: CF, 48 and 02. RGB value is (207,72,2). Sum of RGB (Red+Green+Blue) = 207+72+2=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4802 is #30B7FD. Grayscale: #686868. Windows color (decimal): -3192830 or 149711. OLE color: 149711.

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

Color convert

RGB 207 72 2 -
CMYK 0 0.65 0.99 0.19
HSL 20.49º 0.98% 0.41% -
HSV(B) 20.49º 0.99% 0.81% -
XYZ 28.06 17.9 2.03 -
YUV 104.39 70.23 201.19 -
System Red Green Blue C M Y K H S L
Decimal 207 72 2 0 0.65 0.99 0.19 20.49 0.98 0.41
Hex CF 48 2 0 41 63 13 14 62 29
Octal 317 110 2 0 101 143 23 24 142 51
Binary 11001111 1001000 10 0 1000001 1100011 10011 10100 1100010 101001

Color Harmonies of #CF4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4802

Black with #CF4802

Text Example


Text Example

White with #CF4802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4802; }

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

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

background-color css

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

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

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

border-color css

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

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

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