Html Css Color HEX #CE5B0C Tenne (Tawny)

📋 copy color: '#CE5B0C'

red 206 ◦ green 91 ◦ blue 12

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

Shades of Tenne (Tawny) #CE5B0C

Tints of Tenne (Tawny) #CE5B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.45%

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

R = 66.67%
G = 29.45%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE5B0C (or 0xCE5B0C) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 0C. RGB value is (206,91,12). Sum of RGB (Red+Green+Blue) = 206+91+12=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B0C is #31A4F3. Grayscale: #747474. Windows color (decimal): -3253492 or 809934. OLE color: 809934.

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

Color convert

RGB 206 91 12 -
CMYK 0 0.56 0.94 0.19
HSL 24.43º 0.89% 0.43% -
HSV(B) 24.43º 0.94% 0.81% -
XYZ 29.26 20.63 2.79 -
YUV 116.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 206 91 12 0 0.56 0.94 0.19 24.43 0.89 0.43
Hex CE 5B C 0 38 5E 13 18 59 2B
Octal 316 133 14 0 70 136 23 30 131 53
Binary 11001110 1011011 1100 0 111000 1011110 10011 11000 1011001 101011

Color Harmonies of #CE5B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B0C

Black with #CE5B0C

Text Example


Text Example

White with #CE5B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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