Html Css Color HEX #CF490B Tenne (Tawny)

📋 copy color: '#CF490B'

red 207 ◦ green 73 ◦ blue 11

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

Shades of Tenne (Tawny) #CF490B

Tints of Tenne (Tawny) #CF490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 71.13%
G = 25.09%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF490B (or 0xCF490B) is known color: Tenne (Tawny). HEX triplet: CF, 49 and 0B. RGB value is (207,73,11). Sum of RGB (Red+Green+Blue) = 207+73+11=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF490B is #30B6F4. Grayscale: #6A6A6A. Windows color (decimal): -3192565 or 739791. OLE color: 739791.

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

Color convert

RGB 207 73 11 -
CMYK 0 0.65 0.95 0.19
HSL 18.98º 0.9% 0.43% -
HSV(B) 18.98º 0.95% 0.81% -
XYZ 28.18 18.05 2.32 -
YUV 106 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 207 73 11 0 0.65 0.95 0.19 18.98 0.9 0.43
Hex CF 49 B 0 41 5F 13 13 5A 2B
Octal 317 111 13 0 101 137 23 23 132 53
Binary 11001111 1001001 1011 0 1000001 1011111 10011 10011 1011010 101011

Color Harmonies of #CF490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF490B

Black with #CF490B

Text Example


Text Example

White with #CF490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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