Html Css Color HEX #CF4C0F Tenne (Tawny)

📋 copy color: '#CF4C0F'

red 207 ◦ green 76 ◦ blue 15

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

Shades of Tenne (Tawny) #CF4C0F

Tints of Tenne (Tawny) #CF4C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 69.46%
G = 25.5%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF4C0F (or 0xCF4C0F) is known color: Tenne (Tawny). HEX triplet: CF, 4C and 0F. RGB value is (207,76,15). Sum of RGB (Red+Green+Blue) = 207+76+15=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C0F is #30B3F0. Grayscale: #6C6C6C. Windows color (decimal): -3191793 or 1002703. OLE color: 1002703.

HSL color Cylindrical-coordinate representation of color #CF4C0F: hue angle of 19.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF4C0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 76 15 -
CMYK 0 0.63 0.93 0.19
HSL 19.06º 0.86% 0.44% -
HSV(B) 19.06º 0.93% 0.81% -
XYZ 28.4 18.47 2.52 -
YUV 108.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 207 76 15 0 0.63 0.93 0.19 19.06 0.86 0.44
Hex CF 4C F 0 3F 5D 13 13 56 2C
Octal 317 114 17 0 77 135 23 23 126 54
Binary 11001111 1001100 1111 0 111111 1011101 10011 10011 1010110 101100

Color Harmonies of #CF4C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C0F

Black with #CF4C0F

Text Example


Text Example

White with #CF4C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C0F; }

 p { color: rgb(207,76,15); }

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

background-color css

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

 a { background-color: rgb(207,76,15); }

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

border-color css

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

 span { border-color: rgb(207,76,15); }

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