Html Css Color HEX #C2550B Tenne (Tawny)

📋 copy color: '#C2550B'

red 194 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #C2550B

Tints of Tenne (Tawny) #C2550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 66.9%
G = 29.31%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2550B (or 0xC2550B) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 0B. RGB value is (194,85,11). Sum of RGB (Red+Green+Blue) = 194+85+11=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2550B is #3DAAF4. Grayscale: #6D6D6D. Windows color (decimal): -4041461 or 742850. OLE color: 742850.

HSL color Cylindrical-coordinate representation of color #C2550B: hue angle of 24.26º 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 #C2550B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 11 -
CMYK 0 0.56 0.94 0.24
HSL 24.26º 0.89% 0.4% -
HSV(B) 24.26º 0.94% 0.76% -
XYZ 25.56 17.99 2.44 -
YUV 109.16 72.61 188.52 -
System Red Green Blue C M Y K H S L
Decimal 194 85 11 0 0.56 0.94 0.24 24.26 0.89 0.4
Hex C2 55 B 0 38 5E 18 18 59 28
Octal 302 125 13 0 70 136 30 30 131 50
Binary 11000010 1010101 1011 0 111000 1011110 11000 11000 1011001 101000

Color Harmonies of #C2550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2550B

Black with #C2550B

Text Example


Text Example

White with #C2550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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