Html Css Color HEX #CF4C01 Tenne (Tawny)

📋 copy color: '#CF4C01'

red 207 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #CF4C01

Tints of Tenne (Tawny) #CF4C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

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

R = 72.89%
G = 26.76%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF4C01 (or 0xCF4C01) is known color: Tenne (Tawny). HEX triplet: CF, 4C and 01. RGB value is (207,76,1). Sum of RGB (Red+Green+Blue) = 207+76+1=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C01 is #30B3FE. Grayscale: #6B6B6B. Windows color (decimal): -3191807 or 85199. OLE color: 85199.

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

Color convert

RGB 207 76 1 -
CMYK 0 0.63 1.00 0.19
HSL 21.84º 0.99% 0.41% -
HSV(B) 21.84º 1% 0.81% -
XYZ 28.32 18.44 2.09 -
YUV 106.62 68.4 199.6 -
System Red Green Blue C M Y K H S L
Decimal 207 76 1 0 0.63 1.00 0.19 21.84 0.99 0.41
Hex CF 4C 1 0 3F 64 13 16 63 29
Octal 317 114 1 0 77 144 23 26 143 51
Binary 11001111 1001100 1 0 111111 1100100 10011 10110 1100011 101001

Color Harmonies of #CF4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C01

Black with #CF4C01

Text Example


Text Example

White with #CF4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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