Html Css Color HEX #CF5C10 Tenne (Tawny)

📋 copy color: '#CF5C10'

red 207 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #CF5C10

Tints of Tenne (Tawny) #CF5C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 65.71%
G = 29.21%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF5C10 (or 0xCF5C10) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 10. RGB value is (207,92,16). Sum of RGB (Red+Green+Blue) = 207+92+16=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C10 is #30A3EF. Grayscale: #767676. Windows color (decimal): -3187696 or 1072335. OLE color: 1072335.

HSL color Cylindrical-coordinate representation of color #CF5C10: hue angle of 23.87º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF5C10 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 16 -
CMYK 0 0.56 0.92 0.19
HSL 23.87º 0.86% 0.44% -
HSV(B) 23.87º 0.92% 0.81% -
XYZ 29.65 20.96 2.97 -
YUV 117.72 70.6 191.68 -
System Red Green Blue C M Y K H S L
Decimal 207 92 16 0 0.56 0.92 0.19 23.87 0.86 0.44
Hex CF 5C 10 0 38 5C 13 18 56 2C
Octal 317 134 20 0 70 134 23 30 126 54
Binary 11001111 1011100 10000 0 111000 1011100 10011 11000 1010110 101100

Color Harmonies of #CF5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C10

Black with #CF5C10

Text Example


Text Example

White with #CF5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C10; }

 p { color: rgb(207,92,16); }

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

background-color css

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

 a { background-color: rgb(207,92,16); }

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

border-color css

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

 span { border-color: rgb(207,92,16); }

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