Html Css Color HEX #CF5600 Tenne (Tawny)

📋 copy color: '#CF5600'

red 207 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5600

Tints of Tenne (Tawny) #CF5600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 70.65%
G = 29.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5600 (or 0xCF5600) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 00. RGB value is (207,86,0). Sum of RGB (Red+Green+Blue) = 207+86+0=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5600 is #30A9FF. Grayscale: #707070. Windows color (decimal): -3189248 or 22223. OLE color: 22223.

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

Color convert

RGB 207 86 0 -
CMYK 0 0.58 1 0.19
HSL 24.93º 1% 0.41% -
HSV(B) 24.93º 1% 0.81% -
XYZ 29.06 19.92 2.31 -
YUV 112.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 207 86 0 0 0.58 1 0.19 24.93 1 0.41
Hex CF 56 0 0 3A 64 13 19 64 29
Octal 317 126 0 0 72 144 23 31 144 51
Binary 11001111 1010110 0 0 111010 1100100 10011 11001 1100100 101001

Color Harmonies of #CF5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5600

Black with #CF5600

Text Example


Text Example

White with #CF5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5600; }

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

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

background-color css

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

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

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

border-color css

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

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

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