Html Css Color HEX #CF5200 Tenne (Tawny)

📋 copy color: '#CF5200'

red 207 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5200

Tints of Tenne (Tawny) #CF5200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.63%
G = 28.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5200 (or 0xCF5200) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 00. RGB value is (207,82,0). Sum of RGB (Red+Green+Blue) = 207+82+0=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5200 is #30ADFF. Grayscale: #6E6E6E. Windows color (decimal): -3190272 or 21199. OLE color: 21199.

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

Color convert

RGB 207 82 0 -
CMYK 0 0.60 1 0.19
HSL 23.77º 1% 0.41% -
HSV(B) 23.77º 1% 0.81% -
XYZ 28.75 19.3 2.21 -
YUV 110.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 207 82 0 0 0.60 1 0.19 23.77 1 0.41
Hex CF 52 0 0 3C 64 13 18 64 29
Octal 317 122 0 0 74 144 23 30 144 51
Binary 11001111 1010010 0 0 111100 1100100 10011 11000 1100100 101001

Color Harmonies of #CF5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5200

Black with #CF5200

Text Example


Text Example

White with #CF5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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