Html Css Color HEX #CF5C00 Tenne (Tawny)

📋 copy color: '#CF5C00'

red 207 ◦ green 92 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5C00

Tints of Tenne (Tawny) #CF5C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5C00 (or 0xCF5C00) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 00. RGB value is (207,92,0). Sum of RGB (Red+Green+Blue) = 207+92+0=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C00 is #30A3FF. Grayscale: #747474. Windows color (decimal): -3187712 or 23759. OLE color: 23759.

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

Color convert

RGB 207 92 0 -
CMYK 0 0.56 1 0.19
HSL 26.67º 1% 0.41% -
HSV(B) 26.67º 1% 0.81% -
XYZ 29.56 20.92 2.48 -
YUV 115.9 62.6 192.98 -
System Red Green Blue C M Y K H S L
Decimal 207 92 0 0 0.56 1 0.19 26.67 1 0.41
Hex CF 5C 0 0 38 64 13 1B 64 29
Octal 317 134 0 0 70 144 23 33 144 51
Binary 11001111 1011100 0 0 111000 1100100 10011 11011 1100100 101001

Color Harmonies of #CF5C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C00

Black with #CF5C00

Text Example


Text Example

White with #CF5C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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