Html Css Color HEX #CF4508 Tenne (Tawny)

📋 copy color: '#CF4508'

red 207 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #CF4508

Tints of Tenne (Tawny) #CF4508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

 BLUE value IS 8 (3.52% from 255) = 2.82%

R = 72.89%
G = 24.3%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF4508 (or 0xCF4508) is known color: Tenne (Tawny). HEX triplet: CF, 45 and 08. RGB value is (207,69,8). Sum of RGB (Red+Green+Blue) = 207+69+8=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4508 is #30BAF7. Grayscale: #676767. Windows color (decimal): -3193592 or 542159. OLE color: 542159.

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

Color convert

RGB 207 69 8 -
CMYK 0 0.67 0.96 0.19
HSL 18.39º 0.93% 0.42% -
HSV(B) 18.39º 0.96% 0.81% -
XYZ 27.9 17.54 2.14 -
YUV 103.31 74.22 201.96 -
System Red Green Blue C M Y K H S L
Decimal 207 69 8 0 0.67 0.96 0.19 18.39 0.93 0.42
Hex CF 45 8 0 43 60 13 12 5D 2A
Octal 317 105 10 0 103 140 23 22 135 52
Binary 11001111 1000101 1000 0 1000011 1100000 10011 10010 1011101 101010

Color Harmonies of #CF4508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4508

Black with #CF4508

Text Example


Text Example

White with #CF4508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4508; }

 p { color: rgb(207,69,8); }

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

background-color css

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

 a { background-color: rgb(207,69,8); }

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

border-color css

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

 span { border-color: rgb(207,69,8); }

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