Html Css Color HEX #CE630B Tenne (Tawny)

📋 copy color: '#CE630B'

red 206 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #CE630B

Tints of Tenne (Tawny) #CE630B

RGB

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

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

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

R = 65.19%
G = 31.33%
B = 3.48%

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

#CE630B (or 0xCE630B) is known color: Tenne (Tawny). HEX triplet: CE, 63 and 0B. RGB value is (206,99,11). Sum of RGB (Red+Green+Blue) = 206+99+11=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE630B is #319CF4. Grayscale: #797979. Windows color (decimal): -3251445 or 746446. OLE color: 746446.

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

Color convert

RGB 206 99 11 -
CMYK 0 0.52 0.95 0.19
HSL 27.08º 0.9% 0.43% -
HSV(B) 27.08º 0.95% 0.81% -
XYZ 29.98 22.07 3 -
YUV 120.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 206 99 11 0 0.52 0.95 0.19 27.08 0.9 0.43
Hex CE 63 B 0 34 5F 13 1B 5A 2B
Octal 316 143 13 0 64 137 23 33 132 53
Binary 11001110 1100011 1011 0 110100 1011111 10011 11011 1011010 101011

Color Harmonies of #CE630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE630B

Black with #CE630B

Text Example


Text Example

White with #CE630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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