Html Css Color HEX #CE4B10 Tenne (Tawny)

📋 copy color: '#CE4B10'

red 206 ◦ green 75 ◦ blue 16

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

Shades of Tenne (Tawny) #CE4B10

Tints of Tenne (Tawny) #CE4B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 69.36%
G = 25.25%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE4B10 (or 0xCE4B10) is known color: Tenne (Tawny). HEX triplet: CE, 4B and 10. RGB value is (206,75,16). Sum of RGB (Red+Green+Blue) = 206+75+16=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4B10 is #31B4EF. Grayscale: #6B6B6B. Windows color (decimal): -3257584 or 1067982. OLE color: 1067982.

HSL color Cylindrical-coordinate representation of color #CE4B10: hue angle of 18.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE4B10 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 75 16 -
CMYK 0 0.64 0.92 0.19
HSL 18.63º 0.86% 0.44% -
HSV(B) 18.63º 0.92% 0.81% -
XYZ 28.06 18.19 2.52 -
YUV 107.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 206 75 16 0 0.64 0.92 0.19 18.63 0.86 0.44
Hex CE 4B 10 0 40 5C 13 13 56 2C
Octal 316 113 20 0 100 134 23 23 126 54
Binary 11001110 1001011 10000 0 1000000 1011100 10011 10011 1010110 101100

Color Harmonies of #CE4B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B10

Black with #CE4B10

Text Example


Text Example

White with #CE4B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B10; }

 p { color: rgb(206,75,16); }

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

background-color css

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

 a { background-color: rgb(206,75,16); }

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

border-color css

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

 span { border-color: rgb(206,75,16); }

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