Html Css Color HEX #CF6201 Tenne (Tawny)

📋 copy color: '#CF6201'

red 207 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #CF6201

Tints of Tenne (Tawny) #CF6201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 67.65%
G = 32.03%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6201 (or 0xCF6201) is known color: Tenne (Tawny). HEX triplet: CF, 62 and 01. RGB value is (207,98,1). Sum of RGB (Red+Green+Blue) = 207+98+1=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6201 is #309DFE. Grayscale: #787878. Windows color (decimal): -3186175 or 90831. OLE color: 90831.

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

Color convert

RGB 207 98 1 -
CMYK 0 0.53 1.00 0.19
HSL 28.25º 0.99% 0.41% -
HSV(B) 28.25º 1% 0.81% -
XYZ 30.11 22 2.69 -
YUV 119.53 61.11 190.39 -
System Red Green Blue C M Y K H S L
Decimal 207 98 1 0 0.53 1.00 0.19 28.25 0.99 0.41
Hex CF 62 1 0 35 64 13 1C 63 29
Octal 317 142 1 0 65 144 23 34 143 51
Binary 11001111 1100010 1 0 110101 1100100 10011 11100 1100011 101001

Color Harmonies of #CF6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6201

Black with #CF6201

Text Example


Text Example

White with #CF6201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6201; }

 p { color: rgb(207,98,1); }

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

background-color css

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

 a { background-color: rgb(207,98,1); }

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

border-color css

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

 span { border-color: rgb(207,98,1); }

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