Html Css Color HEX #C64C02 Tenne (Tawny)

📋 copy color: '#C64C02'

red 198 ◦ green 76 ◦ blue 2

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

Shades of Tenne (Tawny) #C64C02

Tints of Tenne (Tawny) #C64C02

RGB

 RED value IS 198 (77.73% from 255) = 71.74%

 GREEN value IS 76 (30.08% from 255) = 27.54%

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

R = 71.74%
G = 27.54%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64C02 (or 0xC64C02) is known color: Tenne (Tawny). HEX triplet: C6, 4C and 02. RGB value is (198,76,2). Sum of RGB (Red+Green+Blue) = 198+76+2=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C02 is #39B3FD. Grayscale: #686868. Windows color (decimal): -3781630 or 150726. OLE color: 150726.

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

Color convert

RGB 198 76 2 -
CMYK 0 0.62 0.99 0.22
HSL 22.65º 0.98% 0.39% -
HSV(B) 22.65º 0.99% 0.78% -
XYZ 25.88 17.18 2.01 -
YUV 104.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 198 76 2 0 0.62 0.99 0.22 22.65 0.98 0.39
Hex C6 4C 2 0 3E 63 16 17 62 27
Octal 306 114 2 0 76 143 26 27 142 47
Binary 11000110 1001100 10 0 111110 1100011 10110 10111 1100010 100111

Color Harmonies of #C64C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C02

Black with #C64C02

Text Example


Text Example

White with #C64C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C02; }

 p { color: rgb(198,76,2); }

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

background-color css

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

 a { background-color: rgb(198,76,2); }

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

border-color css

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

 span { border-color: rgb(198,76,2); }

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