Html Css Color HEX #CF4A06 Tenne (Tawny)

📋 copy color: '#CF4A06'

red 207 ◦ green 74 ◦ blue 6

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

Shades of Tenne (Tawny) #CF4A06

Tints of Tenne (Tawny) #CF4A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 72.13%
G = 25.78%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4A06 (or 0xCF4A06) is known color: Tenne (Tawny). HEX triplet: CF, 4A and 06. RGB value is (207,74,6). Sum of RGB (Red+Green+Blue) = 207+74+6=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A06 is #30B5F9. Grayscale: #6A6A6A. Windows color (decimal): -3192314 or 412367. OLE color: 412367.

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

Color convert

RGB 207 74 6 -
CMYK 0 0.64 0.97 0.19
HSL 20.3º 0.94% 0.42% -
HSV(B) 20.3º 0.97% 0.81% -
XYZ 28.21 18.18 2.19 -
YUV 106.02 71.56 200.03 -
System Red Green Blue C M Y K H S L
Decimal 207 74 6 0 0.64 0.97 0.19 20.3 0.94 0.42
Hex CF 4A 6 0 40 61 13 14 5E 2A
Octal 317 112 6 0 100 141 23 24 136 52
Binary 11001111 1001010 110 0 1000000 1100001 10011 10100 1011110 101010

Color Harmonies of #CF4A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A06

Black with #CF4A06

Text Example


Text Example

White with #CF4A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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