Html Css Color HEX #C26303 Tenne (Tawny)

📋 copy color: '#C26303'

red 194 ◦ green 99 ◦ blue 3

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

Shades of Tenne (Tawny) #C26303

Tints of Tenne (Tawny) #C26303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 65.54%
G = 33.45%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C26303 (or 0xC26303) is known color: Tenne (Tawny). HEX triplet: C2, 63 and 03. RGB value is (194,99,3). Sum of RGB (Red+Green+Blue) = 194+99+3=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C26303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26303 is #3D9CFC. Grayscale: #747474. Windows color (decimal): -4037885 or 222146. OLE color: 222146.

HSL color Cylindrical-coordinate representation of color #C26303: hue angle of 30.16º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C26303 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 3 -
CMYK 0 0.49 0.98 0.24
HSL 30.16º 0.97% 0.39% -
HSV(B) 30.16º 0.98% 0.76% -
XYZ 26.73 20.4 2.62 -
YUV 116.46 63.97 183.31 -
System Red Green Blue C M Y K H S L
Decimal 194 99 3 0 0.49 0.98 0.24 30.16 0.97 0.39
Hex C2 63 3 0 31 62 18 1E 61 27
Octal 302 143 3 0 61 142 30 36 141 47
Binary 11000010 1100011 11 0 110001 1100010 11000 11110 1100001 100111

Color Harmonies of #C26303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26303

Black with #C26303

Text Example


Text Example

White with #C26303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26303; }

 p { color: rgb(194,99,3); }

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

background-color css

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

 a { background-color: rgb(194,99,3); }

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

border-color css

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

 span { border-color: rgb(194,99,3); }

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