Html Css Color HEX #CF5E08 Tenne (Tawny)

📋 copy color: '#CF5E08'

red 207 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #CF5E08

Tints of Tenne (Tawny) #CF5E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

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

R = 66.99%
G = 30.42%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF5E08 (or 0xCF5E08) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 08. RGB value is (207,94,8). Sum of RGB (Red+Green+Blue) = 207+94+8=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E08 is #30A1F7. Grayscale: #767676. Windows color (decimal): -3187192 or 548559. OLE color: 548559.

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

Color convert

RGB 207 94 8 -
CMYK 0 0.55 0.96 0.19
HSL 25.93º 0.93% 0.42% -
HSV(B) 25.93º 0.96% 0.81% -
XYZ 29.78 21.29 2.77 -
YUV 117.98 65.94 191.49 -
System Red Green Blue C M Y K H S L
Decimal 207 94 8 0 0.55 0.96 0.19 25.93 0.93 0.42
Hex CF 5E 8 0 37 60 13 1A 5D 2A
Octal 317 136 10 0 67 140 23 32 135 52
Binary 11001111 1011110 1000 0 110111 1100000 10011 11010 1011101 101010

Color Harmonies of #CF5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E08

Black with #CF5E08

Text Example


Text Example

White with #CF5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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