Html Css Color HEX #CF5F09 Tenne (Tawny)

📋 copy color: '#CF5F09'

red 207 ◦ green 95 ◦ blue 9

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

Shades of Tenne (Tawny) #CF5F09

Tints of Tenne (Tawny) #CF5F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

 BLUE value IS 9 (3.91% from 255) = 2.89%

R = 66.56%
G = 30.55%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF5F09 (or 0xCF5F09) is known color: Tenne (Tawny). HEX triplet: CF, 5F and 09. RGB value is (207,95,9). Sum of RGB (Red+Green+Blue) = 207+95+9=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F09 is #30A0F6. Grayscale: #777777. Windows color (decimal): -3186935 or 614351. OLE color: 614351.

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

Color convert

RGB 207 95 9 -
CMYK 0 0.54 0.96 0.19
HSL 26.06º 0.92% 0.42% -
HSV(B) 26.06º 0.96% 0.81% -
XYZ 29.87 21.47 2.83 -
YUV 118.68 66.11 190.99 -
System Red Green Blue C M Y K H S L
Decimal 207 95 9 0 0.54 0.96 0.19 26.06 0.92 0.42
Hex CF 5F 9 0 36 60 13 1A 5C 2A
Octal 317 137 11 0 66 140 23 32 134 52
Binary 11001111 1011111 1001 0 110110 1100000 10011 11010 1011100 101010

Color Harmonies of #CF5F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F09

Black with #CF5F09

Text Example


Text Example

White with #CF5F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F09; }

 p { color: rgb(207,95,9); }

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

background-color css

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

 a { background-color: rgb(207,95,9); }

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

border-color css

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

 span { border-color: rgb(207,95,9); }

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