Html Css Color HEX #CE4C01 Tenne (Tawny)

📋 copy color: '#CE4C01'

red 206 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #CE4C01

Tints of Tenne (Tawny) #CE4C01

RGB

 RED value IS 206 (80.86% from 255) = 72.79%

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

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

R = 72.79%
G = 26.86%
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

#CE4C01 (or 0xCE4C01) is known color: Tenne (Tawny). HEX triplet: CE, 4C and 01. RGB value is (206,76,1). Sum of RGB (Red+Green+Blue) = 206+76+1=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4C01 is #31B3FE. Grayscale: #6A6A6A. Windows color (decimal): -3257343 or 85198. OLE color: 85198.

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

Color convert

RGB 206 76 1 -
CMYK 0 0.63 1.00 0.19
HSL 21.95º 0.99% 0.41% -
HSV(B) 21.95º 1% 0.81% -
XYZ 28.04 18.29 2.08 -
YUV 106.32 68.57 199.1 -
System Red Green Blue C M Y K H S L
Decimal 206 76 1 0 0.63 1.00 0.19 21.95 0.99 0.41
Hex CE 4C 1 0 3F 64 13 16 63 29
Octal 316 114 1 0 77 144 23 26 143 51
Binary 11001110 1001100 1 0 111111 1100100 10011 10110 1100011 101001

Color Harmonies of #CE4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C01

Black with #CE4C01

Text Example


Text Example

White with #CE4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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