Html Css Color HEX #C85303 Tenne (Tawny)

📋 copy color: '#C85303'

red 200 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #C85303

Tints of Tenne (Tawny) #C85303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 69.93%
G = 29.02%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C85303 (or 0xC85303) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 03. RGB value is (200,83,3). Sum of RGB (Red+Green+Blue) = 200+83+3=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C85303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85303 is #37ACFC. Grayscale: #6D6D6D. Windows color (decimal): -3648765 or 218056. OLE color: 218056.

HSL color Cylindrical-coordinate representation of color #C85303: hue angle of 24.37º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C85303 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 3 -
CMYK 0 0.58 0.98 0.22
HSL 24.37º 0.97% 0.4% -
HSV(B) 24.37º 0.99% 0.78% -
XYZ 26.93 18.47 2.23 -
YUV 108.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 200 83 3 0 0.58 0.98 0.22 24.37 0.97 0.4
Hex C8 53 3 0 3A 62 16 18 61 28
Octal 310 123 3 0 72 142 26 30 141 50
Binary 11001000 1010011 11 0 111010 1100010 10110 11000 1100001 101000

Color Harmonies of #C85303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85303

Black with #C85303

Text Example


Text Example

White with #C85303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85303; }

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

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

background-color css

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

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

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

border-color css

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

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

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