Html Css Color HEX #C75702 Tenne (Tawny)

📋 copy color: '#C75702'

red 199 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #C75702

Tints of Tenne (Tawny) #C75702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 69.1%
G = 30.21%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75702 (or 0xC75702) is known color: Tenne (Tawny). HEX triplet: C7, 57 and 02. RGB value is (199,87,2). Sum of RGB (Red+Green+Blue) = 199+87+2=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C75702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75702 is #38A8FD. Grayscale: #6F6F6F. Windows color (decimal): -3713278 or 153543. OLE color: 153543.

HSL color Cylindrical-coordinate representation of color #C75702: hue angle of 25.89º 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 #C75702 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 87 2 -
CMYK 0 0.56 0.99 0.22
HSL 25.89º 0.98% 0.39% -
HSV(B) 25.89º 0.99% 0.78% -
XYZ 26.97 18.96 2.3 -
YUV 110.8 66.61 190.91 -
System Red Green Blue C M Y K H S L
Decimal 199 87 2 0 0.56 0.99 0.22 25.89 0.98 0.39
Hex C7 57 2 0 38 63 16 1A 62 27
Octal 307 127 2 0 70 143 26 32 142 47
Binary 11000111 1010111 10 0 111000 1100011 10110 11010 1100010 100111

Color Harmonies of #C75702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75702

Black with #C75702

Text Example


Text Example

White with #C75702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75702; }

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

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

background-color css

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

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

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

border-color css

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

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

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