Html Css Color HEX #CF5E0C Tenne (Tawny)

📋 copy color: '#CF5E0C'

red 207 ◦ green 94 ◦ blue 12

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

Shades of Tenne (Tawny) #CF5E0C

Tints of Tenne (Tawny) #CF5E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 66.13%
G = 30.03%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF5E0C (or 0xCF5E0C) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 0C. RGB value is (207,94,12). Sum of RGB (Red+Green+Blue) = 207+94+12=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E0C is #30A1F3. Grayscale: #767676. Windows color (decimal): -3187188 or 810703. OLE color: 810703.

HSL color Cylindrical-coordinate representation of color #CF5E0C: hue angle of 25.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF5E0C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 12 -
CMYK 0 0.55 0.94 0.19
HSL 25.23º 0.89% 0.43% -
HSV(B) 25.23º 0.94% 0.81% -
XYZ 29.8 21.3 2.89 -
YUV 118.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 207 94 12 0 0.55 0.94 0.19 25.23 0.89 0.43
Hex CF 5E C 0 37 5E 13 19 59 2B
Octal 317 136 14 0 67 136 23 31 131 53
Binary 11001111 1011110 1100 0 110111 1011110 10011 11001 1011001 101011

Color Harmonies of #CF5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E0C

Black with #CF5E0C

Text Example


Text Example

White with #CF5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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