Html Css Color HEX #CF5308 Tenne (Tawny)

📋 copy color: '#CF5308'

red 207 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #CF5308

Tints of Tenne (Tawny) #CF5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 69.46%
G = 27.85%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF5308 (or 0xCF5308) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 08. RGB value is (207,83,8). Sum of RGB (Red+Green+Blue) = 207+83+8=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5308 is #30ACF7. Grayscale: #6F6F6F. Windows color (decimal): -3190008 or 545743. OLE color: 545743.

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

Color convert

RGB 207 83 8 -
CMYK 0 0.60 0.96 0.19
HSL 22.61º 0.93% 0.42% -
HSV(B) 22.61º 0.96% 0.81% -
XYZ 28.87 19.47 2.47 -
YUV 111.53 69.58 196.1 -
System Red Green Blue C M Y K H S L
Decimal 207 83 8 0 0.60 0.96 0.19 22.61 0.93 0.42
Hex CF 53 8 0 3C 60 13 17 5D 2A
Octal 317 123 10 0 74 140 23 27 135 52
Binary 11001111 1010011 1000 0 111100 1100000 10011 10111 1011101 101010

Color Harmonies of #CF5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5308

Black with #CF5308

Text Example


Text Example

White with #CF5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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