Html Css Color HEX #C65002 Tenne (Tawny)

📋 copy color: '#C65002'

red 198 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #C65002

Tints of Tenne (Tawny) #C65002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 70.71%
G = 28.57%
B = 0.71%

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

#C65002 (or 0xC65002) is known color: Tenne (Tawny). HEX triplet: C6, 50 and 02. RGB value is (198,80,2). Sum of RGB (Red+Green+Blue) = 198+80+2=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C65002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65002 is #39AFFD. Grayscale: #6A6A6A. Windows color (decimal): -3780606 or 151750. OLE color: 151750.

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

Color convert

RGB 198 80 2 -
CMYK 0 0.60 0.99 0.22
HSL 23.88º 0.98% 0.39% -
HSV(B) 23.88º 0.99% 0.78% -
XYZ 26.17 17.75 2.1 -
YUV 106.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 198 80 2 0 0.60 0.99 0.22 23.88 0.98 0.39
Hex C6 50 2 0 3C 63 16 18 62 27
Octal 306 120 2 0 74 143 26 30 142 47
Binary 11000110 1010000 10 0 111100 1100011 10110 11000 1100010 100111

Color Harmonies of #C65002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65002

Black with #C65002

Text Example


Text Example

White with #C65002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65002; }

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

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

background-color css

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

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

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

border-color css

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

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

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