Html Css Color HEX #CF6600 Tenne (Tawny)

📋 copy color: '#CF6600'

red 207 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #CF6600

Tints of Tenne (Tawny) #CF6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 66.99%
G = 33.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF6600 (or 0xCF6600) is known color: Tenne (Tawny). HEX triplet: CF, 66 and 00. RGB value is (207,102,0). Sum of RGB (Red+Green+Blue) = 207+102+0=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6600 is #3099FF. Grayscale: #7A7A7A. Windows color (decimal): -3185152 or 26319. OLE color: 26319.

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

Color convert

RGB 207 102 0 -
CMYK 0 0.51 1 0.19
HSL 29.57º 1% 0.41% -
HSV(B) 29.57º 1% 0.81% -
XYZ 30.48 22.77 2.79 -
YUV 121.77 59.29 188.79 -
System Red Green Blue C M Y K H S L
Decimal 207 102 0 0 0.51 1 0.19 29.57 1 0.41
Hex CF 66 0 0 33 64 13 1E 64 29
Octal 317 146 0 0 63 144 23 36 144 51
Binary 11001111 1100110 0 0 110011 1100100 10011 11110 1100100 101001

Color Harmonies of #CF6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6600

Black with #CF6600

Text Example


Text Example

White with #CF6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6600; }

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

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

background-color css

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

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

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

border-color css

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

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

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