Html Css Color HEX #CF6C01 Tenne (Tawny)

📋 copy color: '#CF6C01'

red 207 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #CF6C01

Tints of Tenne (Tawny) #CF6C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

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

R = 65.51%
G = 34.18%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6C01 (or 0xCF6C01) is known color: Tenne (Tawny). HEX triplet: CF, 6C and 01. RGB value is (207,108,1). Sum of RGB (Red+Green+Blue) = 207+108+1=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C01 is #3093FE. Grayscale: #7D7D7D. Windows color (decimal): -3183615 or 93391. OLE color: 93391.

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

Color convert

RGB 207 108 1 -
CMYK 0 0.48 1.00 0.19
HSL 31.17º 0.99% 0.41% -
HSV(B) 31.17º 1% 0.81% -
XYZ 31.1 23.99 3.02 -
YUV 125.4 57.8 186.2 -
System Red Green Blue C M Y K H S L
Decimal 207 108 1 0 0.48 1.00 0.19 31.17 0.99 0.41
Hex CF 6C 1 0 30 64 13 1F 63 29
Octal 317 154 1 0 60 144 23 37 143 51
Binary 11001111 1101100 1 0 110000 1100100 10011 11111 1100011 101001

Color Harmonies of #CF6C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C01

Black with #CF6C01

Text Example


Text Example

White with #CF6C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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