Html Css Color HEX #CF5007 Tenne (Tawny)

📋 copy color: '#CF5007'

red 207 ◦ green 80 ◦ blue 7

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

Shades of Tenne (Tawny) #CF5007

Tints of Tenne (Tawny) #CF5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

 BLUE value IS 7 (3.13% from 255) = 2.38%

R = 70.41%
G = 27.21%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF5007 (or 0xCF5007) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 07. RGB value is (207,80,7). Sum of RGB (Red+Green+Blue) = 207+80+7=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5007 is #30AFF8. Grayscale: #6E6E6E. Windows color (decimal): -3190777 or 479439. OLE color: 479439.

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

Color convert

RGB 207 80 7 -
CMYK 0 0.61 0.97 0.19
HSL 21.9º 0.93% 0.42% -
HSV(B) 21.9º 0.97% 0.81% -
XYZ 28.64 19.02 2.36 -
YUV 109.65 70.08 197.44 -
System Red Green Blue C M Y K H S L
Decimal 207 80 7 0 0.61 0.97 0.19 21.9 0.93 0.42
Hex CF 50 7 0 3D 61 13 16 5D 2A
Octal 317 120 7 0 75 141 23 26 135 52
Binary 11001111 1010000 111 0 111101 1100001 10011 10110 1011101 101010

Color Harmonies of #CF5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5007

Black with #CF5007

Text Example


Text Example

White with #CF5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5007; }

 p { color: rgb(207,80,7); }

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

background-color css

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

 a { background-color: rgb(207,80,7); }

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

border-color css

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

 span { border-color: rgb(207,80,7); }

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