Html Css Color HEX #CF5205 Tenne (Tawny)

📋 copy color: '#CF5205'

red 207 ◦ green 82 ◦ blue 5

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

Shades of Tenne (Tawny) #CF5205

Tints of Tenne (Tawny) #CF5205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 70.41%
G = 27.89%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF5205 (or 0xCF5205) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 05. RGB value is (207,82,5). Sum of RGB (Red+Green+Blue) = 207+82+5=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5205 is #30ADFA. Grayscale: #6F6F6F. Windows color (decimal): -3190267 or 348879. OLE color: 348879.

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

Color convert

RGB 207 82 5 -
CMYK 0 0.60 0.98 0.19
HSL 22.87º 0.95% 0.42% -
HSV(B) 22.87º 0.98% 0.81% -
XYZ 28.78 19.31 2.35 -
YUV 110.6 68.41 196.76 -
System Red Green Blue C M Y K H S L
Decimal 207 82 5 0 0.60 0.98 0.19 22.87 0.95 0.42
Hex CF 52 5 0 3C 62 13 17 5F 2A
Octal 317 122 5 0 74 142 23 27 137 52
Binary 11001111 1010010 101 0 111100 1100010 10011 10111 1011111 101010

Color Harmonies of #CF5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5205

Black with #CF5205

Text Example


Text Example

White with #CF5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5205; }

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

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

background-color css

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

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

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

border-color css

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

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

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