Html Css Color HEX #C85F00 Tenne (Tawny)

📋 copy color: '#C85F00'

red 200 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #C85F00

Tints of Tenne (Tawny) #C85F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.8%
G = 32.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C85F00 (or 0xC85F00) is known color: Tenne (Tawny). HEX triplet: C8, 5F and 00. RGB value is (200,95,0). Sum of RGB (Red+Green+Blue) = 200+95+0=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85F00 is #37A0FF. Grayscale: #747474. Windows color (decimal): -3645696 or 24520. OLE color: 24520.

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

Color convert

RGB 200 95 0 -
CMYK 0 0.52 1 0.22
HSL 28.5º 1% 0.39% -
HSV(B) 28.5º 1% 0.78% -
XYZ 27.91 20.46 2.48 -
YUV 115.57 62.79 188.22 -
System Red Green Blue C M Y K H S L
Decimal 200 95 0 0 0.52 1 0.22 28.5 1 0.39
Hex C8 5F 0 0 34 64 16 1C 64 27
Octal 310 137 0 0 64 144 26 34 144 47
Binary 11001000 1011111 0 0 110100 1100100 10110 11100 1100100 100111

Color Harmonies of #C85F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F00

Black with #C85F00

Text Example


Text Example

White with #C85F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F00; }

 p { color: rgb(200,95,0); }

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

background-color css

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

 a { background-color: rgb(200,95,0); }

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

border-color css

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

 span { border-color: rgb(200,95,0); }

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