Html Css Color HEX #CF490C Tenne (Tawny)

📋 copy color: '#CF490C'

red 207 ◦ green 73 ◦ blue 12

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

Shades of Tenne (Tawny) #CF490C

Tints of Tenne (Tawny) #CF490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 70.89%
G = 25%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF490C (or 0xCF490C) is known color: Tenne (Tawny). HEX triplet: CF, 49 and 0C. RGB value is (207,73,12). Sum of RGB (Red+Green+Blue) = 207+73+12=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF490C is #30B6F3. Grayscale: #6A6A6A. Windows color (decimal): -3192564 or 805327. OLE color: 805327.

HSL color Cylindrical-coordinate representation of color #CF490C: hue angle of 18.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF490C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 12 -
CMYK 0 0.65 0.94 0.19
HSL 18.77º 0.89% 0.43% -
HSV(B) 18.77º 0.94% 0.81% -
XYZ 28.18 18.06 2.35 -
YUV 106.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 207 73 12 0 0.65 0.94 0.19 18.77 0.89 0.43
Hex CF 49 C 0 41 5E 13 13 59 2B
Octal 317 111 14 0 101 136 23 23 131 53
Binary 11001111 1001001 1100 0 1000001 1011110 10011 10011 1011001 101011

Color Harmonies of #CF490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF490C

Black with #CF490C

Text Example


Text Example

White with #CF490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF490C; }

 p { color: rgb(207,73,12); }

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

background-color css

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

 a { background-color: rgb(207,73,12); }

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

border-color css

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

 span { border-color: rgb(207,73,12); }

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