Html Css Color HEX #CE4C0B Tenne (Tawny)

📋 copy color: '#CE4C0B'

red 206 ◦ green 76 ◦ blue 11

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

Shades of Tenne (Tawny) #CE4C0B

Tints of Tenne (Tawny) #CE4C0B

RGB

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

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

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

R = 70.31%
G = 25.94%
B = 3.75%

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

#CE4C0B (or 0xCE4C0B) is known color: Tenne (Tawny). HEX triplet: CE, 4C and 0B. RGB value is (206,76,11). Sum of RGB (Red+Green+Blue) = 206+76+11=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4C0B is #31B3F4. Grayscale: #6B6B6B. Windows color (decimal): -3257333 or 740558. OLE color: 740558.

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

Color convert

RGB 206 76 11 -
CMYK 0 0.63 0.95 0.19
HSL 20º 0.9% 0.43% -
HSV(B) 20º 0.95% 0.81% -
XYZ 28.1 18.31 2.37 -
YUV 107.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 206 76 11 0 0.63 0.95 0.19 20 0.9 0.43
Hex CE 4C B 0 3F 5F 13 14 5A 2B
Octal 316 114 13 0 77 137 23 24 132 53
Binary 11001110 1001100 1011 0 111111 1011111 10011 10100 1011010 101011

Color Harmonies of #CE4C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C0B

Black with #CE4C0B

Text Example


Text Example

White with #CE4C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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