Html Css Color HEX #CF4506 Tenne (Tawny)

📋 copy color: '#CF4506'

red 207 ◦ green 69 ◦ blue 6

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

Shades of Tenne (Tawny) #CF4506

Tints of Tenne (Tawny) #CF4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

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

R = 73.4%
G = 24.47%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4506 (or 0xCF4506) is known color: Tenne (Tawny). HEX triplet: CF, 45 and 06. RGB value is (207,69,6). Sum of RGB (Red+Green+Blue) = 207+69+6=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4506 is #30BAF9. Grayscale: #676767. Windows color (decimal): -3193594 or 411087. OLE color: 411087.

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

Color convert

RGB 207 69 6 -
CMYK 0 0.67 0.97 0.19
HSL 18.81º 0.94% 0.42% -
HSV(B) 18.81º 0.97% 0.81% -
XYZ 27.89 17.53 2.09 -
YUV 103.08 73.22 202.12 -
System Red Green Blue C M Y K H S L
Decimal 207 69 6 0 0.67 0.97 0.19 18.81 0.94 0.42
Hex CF 45 6 0 43 61 13 13 5E 2A
Octal 317 105 6 0 103 141 23 23 136 52
Binary 11001111 1000101 110 0 1000011 1100001 10011 10011 1011110 101010

Color Harmonies of #CF4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4506

Black with #CF4506

Text Example


Text Example

White with #CF4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4506; }

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

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

background-color css

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

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

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

border-color css

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

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

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