Html Css Color HEX #CE630A Tenne (Tawny)

📋 copy color: '#CE630A'

red 206 ◦ green 99 ◦ blue 10

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

Shades of Tenne (Tawny) #CE630A

Tints of Tenne (Tawny) #CE630A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 65.4%
G = 31.43%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE630A (or 0xCE630A) is known color: Tenne (Tawny). HEX triplet: CE, 63 and 0A. RGB value is (206,99,10). Sum of RGB (Red+Green+Blue) = 206+99+10=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE630A is #319CF5. Grayscale: #797979. Windows color (decimal): -3251446 or 680910. OLE color: 680910.

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

Color convert

RGB 206 99 10 -
CMYK 0 0.52 0.95 0.19
HSL 27.24º 0.91% 0.42% -
HSV(B) 27.24º 0.95% 0.81% -
XYZ 29.97 22.07 2.97 -
YUV 120.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 206 99 10 0 0.52 0.95 0.19 27.24 0.91 0.42
Hex CE 63 A 0 34 5F 13 1B 5B 2A
Octal 316 143 12 0 64 137 23 33 133 52
Binary 11001110 1100011 1010 0 110100 1011111 10011 11011 1011011 101010

Color Harmonies of #CE630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE630A

Black with #CE630A

Text Example


Text Example

White with #CE630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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