Html Css Color HEX #CF4000 Tenne (Tawny)

📋 copy color: '#CF4000'

red 207 ◦ green 64 ◦ blue 0

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

Shades of Tenne (Tawny) #CF4000

Tints of Tenne (Tawny) #CF4000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.38%
G = 23.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF4000 (or 0xCF4000) is known color: Tenne (Tawny). HEX triplet: CF, 40 and 00. RGB value is (207,64,0). Sum of RGB (Red+Green+Blue) = 207+64+0=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4000 is #30BFFF. Grayscale: #636363. Windows color (decimal): -3194880 or 16591. OLE color: 16591.

HSL color Cylindrical-coordinate representation of color #CF4000: hue angle of 18.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4000 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 64 0 -
CMYK 0 0.69 1 0.19
HSL 18.55º 1% 0.41% -
HSV(B) 18.55º 1% 0.81% -
XYZ 27.57 16.93 1.82 -
YUV 99.46 71.88 204.7 -
System Red Green Blue C M Y K H S L
Decimal 207 64 0 0 0.69 1 0.19 18.55 1 0.41
Hex CF 40 0 0 45 64 13 13 64 29
Octal 317 100 0 0 105 144 23 23 144 51
Binary 11001111 1000000 0 0 1000101 1100100 10011 10011 1100100 101001

Color Harmonies of #CF4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4000

Black with #CF4000

Text Example


Text Example

White with #CF4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4000; }

 p { color: rgb(207,64,0); }

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

background-color css

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

 a { background-color: rgb(207,64,0); }

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

border-color css

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

 span { border-color: rgb(207,64,0); }

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