Html Css Color HEX #C75F02 Tenne (Tawny)

📋 copy color: '#C75F02'

red 199 ◦ green 95 ◦ blue 2

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

Shades of Tenne (Tawny) #C75F02

Tints of Tenne (Tawny) #C75F02

RGB

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

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

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

R = 67.23%
G = 32.09%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75F02 (or 0xC75F02) is known color: Tenne (Tawny). HEX triplet: C7, 5F and 02. RGB value is (199,95,2). Sum of RGB (Red+Green+Blue) = 199+95+2=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75F02 is #38A0FD. Grayscale: #737373. Windows color (decimal): -3711230 or 155591. OLE color: 155591.

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

Color convert

RGB 199 95 2 -
CMYK 0 0.52 0.99 0.22
HSL 28.32º 0.98% 0.39% -
HSV(B) 28.32º 0.99% 0.78% -
XYZ 27.66 20.33 2.52 -
YUV 115.49 63.96 187.56 -
System Red Green Blue C M Y K H S L
Decimal 199 95 2 0 0.52 0.99 0.22 28.32 0.98 0.39
Hex C7 5F 2 0 34 63 16 1C 62 27
Octal 307 137 2 0 64 143 26 34 142 47
Binary 11000111 1011111 10 0 110100 1100011 10110 11100 1100010 100111

Color Harmonies of #C75F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75F02

Black with #C75F02

Text Example


Text Example

White with #C75F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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