Html Css Color HEX #CF5E0A Tenne (Tawny)

📋 copy color: '#CF5E0A'

red 207 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #CF5E0A

Tints of Tenne (Tawny) #CF5E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 66.56%
G = 30.23%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF5E0A (or 0xCF5E0A) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 0A. RGB value is (207,94,10). Sum of RGB (Red+Green+Blue) = 207+94+10=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E0A is #30A1F5. Grayscale: #767676. Windows color (decimal): -3187190 or 679631. OLE color: 679631.

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

Color convert

RGB 207 94 10 -
CMYK 0 0.55 0.95 0.19
HSL 25.58º 0.91% 0.43% -
HSV(B) 25.58º 0.95% 0.81% -
XYZ 29.79 21.29 2.83 -
YUV 118.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 207 94 10 0 0.55 0.95 0.19 25.58 0.91 0.43
Hex CF 5E A 0 37 5F 13 1A 5B 2B
Octal 317 136 12 0 67 137 23 32 133 53
Binary 11001111 1011110 1010 0 110111 1011111 10011 11010 1011011 101011

Color Harmonies of #CF5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E0A

Black with #CF5E0A

Text Example


Text Example

White with #CF5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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