Html Css Color HEX #CF5C01 Tenne (Tawny)

📋 copy color: '#CF5C01'

red 207 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #CF5C01

Tints of Tenne (Tawny) #CF5C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

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

R = 69%
G = 30.67%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF5C01 (or 0xCF5C01) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 01. RGB value is (207,92,1). Sum of RGB (Red+Green+Blue) = 207+92+1=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C01 is #30A3FE. Grayscale: #747474. Windows color (decimal): -3187711 or 89295. OLE color: 89295.

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

Color convert

RGB 207 92 1 -
CMYK 0 0.56 1.00 0.19
HSL 26.5º 0.99% 0.41% -
HSV(B) 26.5º 1% 0.81% -
XYZ 29.56 20.92 2.51 -
YUV 116.01 63.1 192.9 -
System Red Green Blue C M Y K H S L
Decimal 207 92 1 0 0.56 1.00 0.19 26.5 0.99 0.41
Hex CF 5C 1 0 38 64 13 1B 63 29
Octal 317 134 1 0 70 144 23 33 143 51
Binary 11001111 1011100 1 0 111000 1100100 10011 11011 1100011 101001

Color Harmonies of #CF5C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C01

Black with #CF5C01

Text Example


Text Example

White with #CF5C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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