Html Css Color HEX #CE530D Tenne (Tawny)

📋 copy color: '#CE530D'

red 206 ◦ green 83 ◦ blue 13

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

Shades of Tenne (Tawny) #CE530D

Tints of Tenne (Tawny) #CE530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 68.21%
G = 27.48%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE530D (or 0xCE530D) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 0D. RGB value is (206,83,13). Sum of RGB (Red+Green+Blue) = 206+83+13=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE530D is #31ACF2. Grayscale: #707070. Windows color (decimal): -3255539 or 873422. OLE color: 873422.

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

Color convert

RGB 206 83 13 -
CMYK 0 0.60 0.94 0.19
HSL 21.76º 0.88% 0.43% -
HSV(B) 21.76º 0.94% 0.81% -
XYZ 28.62 19.34 2.6 -
YUV 111.8 72.25 195.19 -
System Red Green Blue C M Y K H S L
Decimal 206 83 13 0 0.60 0.94 0.19 21.76 0.88 0.43
Hex CE 53 D 0 3C 5E 13 16 58 2B
Octal 316 123 15 0 74 136 23 26 130 53
Binary 11001110 1010011 1101 0 111100 1011110 10011 10110 1011000 101011

Color Harmonies of #CE530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE530D

Black with #CE530D

Text Example


Text Example

White with #CE530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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