Html Css Color HEX #C75102 Tenne (Tawny)

📋 copy color: '#C75102'

red 199 ◦ green 81 ◦ blue 2

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

Shades of Tenne (Tawny) #C75102

Tints of Tenne (Tawny) #C75102

RGB

 RED value IS 199 (78.13% from 255) = 70.57%

 GREEN value IS 81 (32.03% from 255) = 28.72%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 70.57%
G = 28.72%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75102 (or 0xC75102) is known color: Tenne (Tawny). HEX triplet: C7, 51 and 02. RGB value is (199,81,2). Sum of RGB (Red+Green+Blue) = 199+81+2=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C75102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75102 is #38AEFD. Grayscale: #6B6B6B. Windows color (decimal): -3714814 or 152007. OLE color: 152007.

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

Color convert

RGB 199 81 2 -
CMYK 0 0.59 0.99 0.22
HSL 24.06º 0.98% 0.39% -
HSV(B) 24.06º 0.99% 0.78% -
XYZ 26.51 18.03 2.14 -
YUV 107.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 199 81 2 0 0.59 0.99 0.22 24.06 0.98 0.39
Hex C7 51 2 0 3B 63 16 18 62 27
Octal 307 121 2 0 73 143 26 30 142 47
Binary 11000111 1010001 10 0 111011 1100011 10110 11000 1100010 100111

Color Harmonies of #C75102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75102

Black with #C75102

Text Example


Text Example

White with #C75102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75102; }

 p { color: rgb(199,81,2); }

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

background-color css

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

 a { background-color: rgb(199,81,2); }

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

border-color css

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

 span { border-color: rgb(199,81,2); }

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