Html Css Color HEX #CF4A00 Tenne (Tawny)

📋 copy color: '#CF4A00'

red 207 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #CF4A00

Tints of Tenne (Tawny) #CF4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

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

R = 73.67%
G = 26.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF4A00 (or 0xCF4A00) is known color: Tenne (Tawny). HEX triplet: CF, 4A and 00. RGB value is (207,74,0). Sum of RGB (Red+Green+Blue) = 207+74+0=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A00 is #30B5FF. Grayscale: #696969. Windows color (decimal): -3192320 or 19151. OLE color: 19151.

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

Color convert

RGB 207 74 0 -
CMYK 0 0.64 1 0.19
HSL 21.45º 1% 0.41% -
HSV(B) 21.45º 1% 0.81% -
XYZ 28.18 18.16 2.02 -
YUV 105.33 68.56 200.52 -
System Red Green Blue C M Y K H S L
Decimal 207 74 0 0 0.64 1 0.19 21.45 1 0.41
Hex CF 4A 0 0 40 64 13 15 64 29
Octal 317 112 0 0 100 144 23 25 144 51
Binary 11001111 1001010 0 0 1000000 1100100 10011 10101 1100100 101001

Color Harmonies of #CF4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A00

Black with #CF4A00

Text Example


Text Example

White with #CF4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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