Html Css Color HEX #CE4B0C Tenne (Tawny)

📋 copy color: '#CE4B0C'

red 206 ◦ green 75 ◦ blue 12

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

Shades of Tenne (Tawny) #CE4B0C

Tints of Tenne (Tawny) #CE4B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 70.31%
G = 25.6%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE4B0C (or 0xCE4B0C) is known color: Tenne (Tawny). HEX triplet: CE, 4B and 0C. RGB value is (206,75,12). Sum of RGB (Red+Green+Blue) = 206+75+12=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4B0C is #31B4F3. Grayscale: #6B6B6B. Windows color (decimal): -3257588 or 805838. OLE color: 805838.

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

Color convert

RGB 206 75 12 -
CMYK 0 0.64 0.94 0.19
HSL 19.48º 0.89% 0.43% -
HSV(B) 19.48º 0.94% 0.81% -
XYZ 28.04 18.18 2.38 -
YUV 106.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 206 75 12 0 0.64 0.94 0.19 19.48 0.89 0.43
Hex CE 4B C 0 40 5E 13 13 59 2B
Octal 316 113 14 0 100 136 23 23 131 53
Binary 11001110 1001011 1100 0 1000000 1011110 10011 10011 1011001 101011

Color Harmonies of #CE4B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B0C

Black with #CE4B0C

Text Example


Text Example

White with #CE4B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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