Html Css Color HEX #C85C05 Tenne (Tawny)

📋 copy color: '#C85C05'

red 200 ◦ green 92 ◦ blue 5

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

Shades of Tenne (Tawny) #C85C05

Tints of Tenne (Tawny) #C85C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 67.34%
G = 30.98%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C85C05 (or 0xC85C05) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 05. RGB value is (200,92,5). Sum of RGB (Red+Green+Blue) = 200+92+5=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C05 is #37A3FA. Grayscale: #727272. Windows color (decimal): -3646459 or 351432. OLE color: 351432.

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

Color convert

RGB 200 92 5 -
CMYK 0 0.54 0.98 0.22
HSL 26.77º 0.95% 0.4% -
HSV(B) 26.77º 0.98% 0.78% -
XYZ 27.67 19.94 2.53 -
YUV 114.37 66.28 189.07 -
System Red Green Blue C M Y K H S L
Decimal 200 92 5 0 0.54 0.98 0.22 26.77 0.95 0.4
Hex C8 5C 5 0 36 62 16 1B 5F 28
Octal 310 134 5 0 66 142 26 33 137 50
Binary 11001000 1011100 101 0 110110 1100010 10110 11011 1011111 101000

Color Harmonies of #C85C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C05

Black with #C85C05

Text Example


Text Example

White with #C85C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C05; }

 p { color: rgb(200,92,5); }

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

background-color css

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

 a { background-color: rgb(200,92,5); }

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

border-color css

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

 span { border-color: rgb(200,92,5); }

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