Html Css Color HEX #CF5C07 Tenne (Tawny)

📋 copy color: '#CF5C07'

red 207 ◦ green 92 ◦ blue 7

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

Shades of Tenne (Tawny) #CF5C07

Tints of Tenne (Tawny) #CF5C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 67.65%
G = 30.07%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF5C07 (or 0xCF5C07) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 07. RGB value is (207,92,7). Sum of RGB (Red+Green+Blue) = 207+92+7=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C07 is #30A3F8. Grayscale: #757575. Windows color (decimal): -3187705 or 482511. OLE color: 482511.

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

Color convert

RGB 207 92 7 -
CMYK 0 0.56 0.97 0.19
HSL 25.5º 0.93% 0.42% -
HSV(B) 25.5º 0.97% 0.81% -
XYZ 29.6 20.94 2.68 -
YUV 116.7 66.1 192.41 -
System Red Green Blue C M Y K H S L
Decimal 207 92 7 0 0.56 0.97 0.19 25.5 0.93 0.42
Hex CF 5C 7 0 38 61 13 1A 5D 2A
Octal 317 134 7 0 70 141 23 32 135 52
Binary 11001111 1011100 111 0 111000 1100001 10011 11010 1011101 101010

Color Harmonies of #CF5C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C07

Black with #CF5C07

Text Example


Text Example

White with #CF5C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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