Html Css Color HEX #CF5300 Tenne (Tawny)

📋 copy color: '#CF5300'

red 207 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #CF5300

Tints of Tenne (Tawny) #CF5300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 71.38%
G = 28.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF5300 (or 0xCF5300) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 00. RGB value is (207,83,0). Sum of RGB (Red+Green+Blue) = 207+83+0=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5300 is #30ACFF. Grayscale: #6F6F6F. Windows color (decimal): -3190016 or 21455. OLE color: 21455.

HSL color Cylindrical-coordinate representation of color #CF5300: hue angle of 24.06º 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 #CF5300 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 0 -
CMYK 0 0.60 1 0.19
HSL 24.06º 1% 0.41% -
HSV(B) 24.06º 1% 0.81% -
XYZ 28.83 19.45 2.24 -
YUV 110.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 207 83 0 0 0.60 1 0.19 24.06 1 0.41
Hex CF 53 0 0 3C 64 13 18 64 29
Octal 317 123 0 0 74 144 23 30 144 51
Binary 11001111 1010011 0 0 111100 1100100 10011 11000 1100100 101001

Color Harmonies of #CF5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5300

Black with #CF5300

Text Example


Text Example

White with #CF5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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