Html Css Color HEX #C8530B Tenne (Tawny)

📋 copy color: '#C8530B'

red 200 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #C8530B

Tints of Tenne (Tawny) #C8530B

RGB

 RED value IS 200 (78.52% from 255) = 68.03%

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

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

R = 68.03%
G = 28.23%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8530B (or 0xC8530B) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 0B. RGB value is (200,83,11). Sum of RGB (Red+Green+Blue) = 200+83+11=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8530B is #37ACF4. Grayscale: #6E6E6E. Windows color (decimal): -3648757 or 742344. OLE color: 742344.

HSL color Cylindrical-coordinate representation of color #C8530B: hue angle of 22.86º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8530B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 11 -
CMYK 0 0.58 0.94 0.22
HSL 22.86º 0.9% 0.41% -
HSV(B) 22.86º 0.95% 0.78% -
XYZ 26.97 18.49 2.46 -
YUV 109.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 200 83 11 0 0.58 0.94 0.22 22.86 0.9 0.41
Hex C8 53 B 0 3A 5E 16 17 5A 29
Octal 310 123 13 0 72 136 26 27 132 51
Binary 11001000 1010011 1011 0 111010 1011110 10110 10111 1011010 101001

Color Harmonies of #C8530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8530B

Black with #C8530B

Text Example


Text Example

White with #C8530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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