Html Css Color HEX #CF5605 Tenne (Tawny)

📋 copy color: '#CF5605'

red 207 ◦ green 86 ◦ blue 5

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

Shades of Tenne (Tawny) #CF5605

Tints of Tenne (Tawny) #CF5605

RGB

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

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

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

R = 69.46%
G = 28.86%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF5605 (or 0xCF5605) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 05. RGB value is (207,86,5). Sum of RGB (Red+Green+Blue) = 207+86+5=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5605 is #30A9FA. Grayscale: #717171. Windows color (decimal): -3189243 or 349903. OLE color: 349903.

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

Color convert

RGB 207 86 5 -
CMYK 0 0.58 0.98 0.19
HSL 24.06º 0.95% 0.42% -
HSV(B) 24.06º 0.98% 0.81% -
XYZ 29.09 19.93 2.46 -
YUV 112.95 67.09 195.09 -
System Red Green Blue C M Y K H S L
Decimal 207 86 5 0 0.58 0.98 0.19 24.06 0.95 0.42
Hex CF 56 5 0 3A 62 13 18 5F 2A
Octal 317 126 5 0 72 142 23 30 137 52
Binary 11001111 1010110 101 0 111010 1100010 10011 11000 1011111 101010

Color Harmonies of #CF5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5605

Black with #CF5605

Text Example


Text Example

White with #CF5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5605; }

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

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

background-color css

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

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

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

border-color css

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

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

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