Html Css Color HEX #CF5D07 Tenne (Tawny)

📋 copy color: '#CF5D07'

red 207 ◦ green 93 ◦ blue 7

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

Shades of Tenne (Tawny) #CF5D07

Tints of Tenne (Tawny) #CF5D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.29%

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

R = 67.43%
G = 30.29%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF5D07 (or 0xCF5D07) is known color: Tenne (Tawny). HEX triplet: CF, 5D and 07. RGB value is (207,93,7). Sum of RGB (Red+Green+Blue) = 207+93+7=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D07 is #30A2F8. Grayscale: #757575. Windows color (decimal): -3187449 or 482767. OLE color: 482767.

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

Color convert

RGB 207 93 7 -
CMYK 0 0.55 0.97 0.19
HSL 25.8º 0.93% 0.42% -
HSV(B) 25.8º 0.97% 0.81% -
XYZ 29.68 21.11 2.71 -
YUV 117.28 65.77 191.99 -
System Red Green Blue C M Y K H S L
Decimal 207 93 7 0 0.55 0.97 0.19 25.8 0.93 0.42
Hex CF 5D 7 0 37 61 13 1A 5D 2A
Octal 317 135 7 0 67 141 23 32 135 52
Binary 11001111 1011101 111 0 110111 1100001 10011 11010 1011101 101010

Color Harmonies of #CF5D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D07

Black with #CF5D07

Text Example


Text Example

White with #CF5D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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