Html Css Color HEX #C2650B Tenne (Tawny)

📋 copy color: '#C2650B'

red 194 ◦ green 101 ◦ blue 11

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

Shades of Tenne (Tawny) #C2650B

Tints of Tenne (Tawny) #C2650B

RGB

 RED value IS 194 (76.17% from 255) = 63.4%

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 63.4%
G = 33.01%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2650B (or 0xC2650B) is known color: Tenne (Tawny). HEX triplet: C2, 65 and 0B. RGB value is (194,101,11). Sum of RGB (Red+Green+Blue) = 194+101+11=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2650B is #3D9AF4. Grayscale: #767676. Windows color (decimal): -4037365 or 746946. OLE color: 746946.

HSL color Cylindrical-coordinate representation of color #C2650B: hue angle of 29.51º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2650B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 101 11 -
CMYK 0 0.48 0.94 0.24
HSL 29.51º 0.89% 0.4% -
HSV(B) 29.51º 0.94% 0.76% -
XYZ 26.96 20.8 2.91 -
YUV 118.55 67.31 181.82 -
System Red Green Blue C M Y K H S L
Decimal 194 101 11 0 0.48 0.94 0.24 29.51 0.89 0.4
Hex C2 65 B 0 30 5E 18 1E 59 28
Octal 302 145 13 0 60 136 30 36 131 50
Binary 11000010 1100101 1011 0 110000 1011110 11000 11110 1011001 101000

Color Harmonies of #C2650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2650B

Black with #C2650B

Text Example


Text Example

White with #C2650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2650B; }

 p { color: rgb(194,101,11); }

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

background-color css

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

 a { background-color: rgb(194,101,11); }

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

border-color css

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

 span { border-color: rgb(194,101,11); }

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