Html Css Color HEX #C64F02 Tenne (Tawny)

📋 copy color: '#C64F02'

red 198 ◦ green 79 ◦ blue 2

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

Shades of Tenne (Tawny) #C64F02

Tints of Tenne (Tawny) #C64F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.32%

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

R = 70.97%
G = 28.32%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64F02 (or 0xC64F02) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 02. RGB value is (198,79,2). Sum of RGB (Red+Green+Blue) = 198+79+2=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F02 is #39B0FD. Grayscale: #6A6A6A. Windows color (decimal): -3780862 or 151494. OLE color: 151494.

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

Color convert

RGB 198 79 2 -
CMYK 0 0.60 0.99 0.22
HSL 23.57º 0.98% 0.39% -
HSV(B) 23.57º 0.99% 0.78% -
XYZ 26.1 17.6 2.08 -
YUV 105.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 198 79 2 0 0.60 0.99 0.22 23.57 0.98 0.39
Hex C6 4F 2 0 3C 63 16 18 62 27
Octal 306 117 2 0 74 143 26 30 142 47
Binary 11000110 1001111 10 0 111100 1100011 10110 11000 1100010 100111

Color Harmonies of #C64F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F02

Black with #C64F02

Text Example


Text Example

White with #C64F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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