Html Css Color HEX #CE630D Tenne (Tawny)

📋 copy color: '#CE630D'

red 206 ◦ green 99 ◦ blue 13

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

Shades of Tenne (Tawny) #CE630D

Tints of Tenne (Tawny) #CE630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 64.78%
G = 31.13%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE630D (or 0xCE630D) is known color: Tenne (Tawny). HEX triplet: CE, 63 and 0D. RGB value is (206,99,13). Sum of RGB (Red+Green+Blue) = 206+99+13=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE630D is #319CF2. Grayscale: #797979. Windows color (decimal): -3251443 or 877518. OLE color: 877518.

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

Color convert

RGB 206 99 13 -
CMYK 0 0.52 0.94 0.19
HSL 26.74º 0.88% 0.43% -
HSV(B) 26.74º 0.94% 0.81% -
XYZ 29.99 22.07 3.06 -
YUV 121.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 206 99 13 0 0.52 0.94 0.19 26.74 0.88 0.43
Hex CE 63 D 0 34 5E 13 1B 58 2B
Octal 316 143 15 0 64 136 23 33 130 53
Binary 11001110 1100011 1101 0 110100 1011110 10011 11011 1011000 101011

Color Harmonies of #CE630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE630D

Black with #CE630D

Text Example


Text Example

White with #CE630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE630D; }

 p { color: rgb(206,99,13); }

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

background-color css

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

 a { background-color: rgb(206,99,13); }

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

border-color css

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

 span { border-color: rgb(206,99,13); }

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