Html Css Color HEX #C65001 Tenne (Tawny)

📋 copy color: '#C65001'

red 198 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #C65001

Tints of Tenne (Tawny) #C65001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 70.97%
G = 28.67%
B = 0.36%

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

#C65001 (or 0xC65001) is known color: Tenne (Tawny). HEX triplet: C6, 50 and 01. RGB value is (198,80,1). Sum of RGB (Red+Green+Blue) = 198+80+1=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C65001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65001 is #39AFFE. Grayscale: #6A6A6A. Windows color (decimal): -3780607 or 86214. OLE color: 86214.

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

Color convert

RGB 198 80 1 -
CMYK 0 0.60 0.99 0.22
HSL 24.06º 0.99% 0.39% -
HSV(B) 24.06º 0.99% 0.78% -
XYZ 26.16 17.75 2.07 -
YUV 106.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 198 80 1 0 0.60 0.99 0.22 24.06 0.99 0.39
Hex C6 50 1 0 3C 63 16 18 63 27
Octal 306 120 1 0 74 143 26 30 143 47
Binary 11000110 1010000 1 0 111100 1100011 10110 11000 1100011 100111

Color Harmonies of #C65001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65001

Black with #C65001

Text Example


Text Example

White with #C65001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65001; }

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

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

background-color css

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

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

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

border-color css

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

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

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