Html Css Color HEX #C85001 Tenne (Tawny)

📋 copy color: '#C85001'

red 200 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #C85001

Tints of Tenne (Tawny) #C85001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 71.17%
G = 28.47%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C85001 (or 0xC85001) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 01. RGB value is (200,80,1). Sum of RGB (Red+Green+Blue) = 200+80+1=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C85001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85001 is #37AFFE. Grayscale: #6B6B6B. Windows color (decimal): -3649535 or 86216. OLE color: 86216.

HSL color Cylindrical-coordinate representation of color #C85001: hue angle of 23.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85001 is Cyan = 0, Magento = 0.6, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 1 -
CMYK 0 0.6 1.00 0.22
HSL 23.82º 0.99% 0.39% -
HSV(B) 23.82º 1% 0.78% -
XYZ 26.69 18.02 2.1 -
YUV 106.87 68.26 194.42 -
System Red Green Blue C M Y K H S L
Decimal 200 80 1 0 0.6 1.00 0.22 23.82 0.99 0.39
Hex C8 50 1 0 3C 64 16 18 63 27
Octal 310 120 1 0 74 144 26 30 143 47
Binary 11001000 1010000 1 0 111100 1100100 10110 11000 1100011 100111

Color Harmonies of #C85001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85001

Black with #C85001

Text Example


Text Example

White with #C85001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85001; }

 p { color: rgb(200,80,1); }

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

background-color css

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

 a { background-color: rgb(200,80,1); }

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

border-color css

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

 span { border-color: rgb(200,80,1); }

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