Html Css Color HEX #CE530B Tenne (Tawny)

📋 copy color: '#CE530B'

red 206 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #CE530B

Tints of Tenne (Tawny) #CE530B

RGB

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

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

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

R = 68.67%
G = 27.67%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE530B (or 0xCE530B) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 0B. RGB value is (206,83,11). Sum of RGB (Red+Green+Blue) = 206+83+11=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE530B is #31ACF4. Grayscale: #6F6F6F. Windows color (decimal): -3255541 or 742350. OLE color: 742350.

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

Color convert

RGB 206 83 11 -
CMYK 0 0.60 0.95 0.19
HSL 22.15º 0.9% 0.43% -
HSV(B) 22.15º 0.95% 0.81% -
XYZ 28.61 19.33 2.54 -
YUV 111.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 206 83 11 0 0.60 0.95 0.19 22.15 0.9 0.43
Hex CE 53 B 0 3C 5F 13 16 5A 2B
Octal 316 123 13 0 74 137 23 26 132 53
Binary 11001110 1010011 1011 0 111100 1011111 10011 10110 1011010 101011

Color Harmonies of #CE530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE530B

Black with #CE530B

Text Example


Text Example

White with #CE530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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