Html Css Color HEX #CF6300 Tenne (Tawny)

📋 copy color: '#CF6300'

red 207 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #CF6300

Tints of Tenne (Tawny) #CF6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 67.65%
G = 32.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF6300 (or 0xCF6300) is known color: Tenne (Tawny). HEX triplet: CF, 63 and 00. RGB value is (207,99,0). Sum of RGB (Red+Green+Blue) = 207+99+0=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6300 is #309CFF. Grayscale: #787878. Windows color (decimal): -3185920 or 25551. OLE color: 25551.

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

Color convert

RGB 207 99 0 -
CMYK 0 0.52 1 0.19
HSL 28.7º 1% 0.41% -
HSV(B) 28.7º 1% 0.81% -
XYZ 30.19 22.19 2.69 -
YUV 120.01 60.28 190.05 -
System Red Green Blue C M Y K H S L
Decimal 207 99 0 0 0.52 1 0.19 28.7 1 0.41
Hex CF 63 0 0 34 64 13 1D 64 29
Octal 317 143 0 0 64 144 23 35 144 51
Binary 11001111 1100011 0 0 110100 1100100 10011 11101 1100100 101001

Color Harmonies of #CF6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6300

Black with #CF6300

Text Example


Text Example

White with #CF6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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