Html Css Color HEX #CF4A05 Tenne (Tawny)

📋 copy color: '#CF4A05'

red 207 ◦ green 74 ◦ blue 5

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

Shades of Tenne (Tawny) #CF4A05

Tints of Tenne (Tawny) #CF4A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 72.38%
G = 25.87%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF4A05 (or 0xCF4A05) is known color: Tenne (Tawny). HEX triplet: CF, 4A and 05. RGB value is (207,74,5). Sum of RGB (Red+Green+Blue) = 207+74+5=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A05 is #30B5FA. Grayscale: #6A6A6A. Windows color (decimal): -3192315 or 346831. OLE color: 346831.

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

Color convert

RGB 207 74 5 -
CMYK 0 0.64 0.98 0.19
HSL 20.5º 0.95% 0.42% -
HSV(B) 20.5º 0.98% 0.81% -
XYZ 28.21 18.17 2.16 -
YUV 105.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 207 74 5 0 0.64 0.98 0.19 20.5 0.95 0.42
Hex CF 4A 5 0 40 62 13 14 5F 2A
Octal 317 112 5 0 100 142 23 24 137 52
Binary 11001111 1001010 101 0 1000000 1100010 10011 10100 1011111 101010

Color Harmonies of #CF4A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A05

Black with #CF4A05

Text Example


Text Example

White with #CF4A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A05; }

 p { color: rgb(207,74,5); }

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

background-color css

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

 a { background-color: rgb(207,74,5); }

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

border-color css

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

 span { border-color: rgb(207,74,5); }

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