Html Css Color HEX #CE4D0B Tenne (Tawny)

📋 copy color: '#CE4D0B'

red 206 ◦ green 77 ◦ blue 11

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

Shades of Tenne (Tawny) #CE4D0B

Tints of Tenne (Tawny) #CE4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 70.07%
G = 26.19%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE4D0B (or 0xCE4D0B) is known color: Tenne (Tawny). HEX triplet: CE, 4D and 0B. RGB value is (206,77,11). Sum of RGB (Red+Green+Blue) = 206+77+11=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4D0B is #31B2F4. Grayscale: #6C6C6C. Windows color (decimal): -3257077 or 740814. OLE color: 740814.

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

Color convert

RGB 206 77 11 -
CMYK 0 0.63 0.95 0.19
HSL 20.31º 0.9% 0.43% -
HSV(B) 20.31º 0.95% 0.81% -
XYZ 28.17 18.45 2.39 -
YUV 108.05 73.24 197.87 -
System Red Green Blue C M Y K H S L
Decimal 206 77 11 0 0.63 0.95 0.19 20.31 0.9 0.43
Hex CE 4D B 0 3F 5F 13 14 5A 2B
Octal 316 115 13 0 77 137 23 24 132 53
Binary 11001110 1001101 1011 0 111111 1011111 10011 10100 1011010 101011

Color Harmonies of #CE4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D0B

Black with #CE4D0B

Text Example


Text Example

White with #CE4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D0B; }

 p { color: rgb(206,77,11); }

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

background-color css

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

 a { background-color: rgb(206,77,11); }

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

border-color css

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

 span { border-color: rgb(206,77,11); }

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