Html Css Color HEX #C4650C Tenne (Tawny)

📋 copy color: '#C4650C'

red 196 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #C4650C

Tints of Tenne (Tawny) #C4650C

RGB

 RED value IS 196 (76.95% from 255) = 63.43%

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

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 63.43%
G = 32.69%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4650C (or 0xC4650C) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 0C. RGB value is (196,101,12). Sum of RGB (Red+Green+Blue) = 196+101+12=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4650C is #3B9AF3. Grayscale: #777777. Windows color (decimal): -3906292 or 812484. OLE color: 812484.

HSL color Cylindrical-coordinate representation of color #C4650C: hue angle of 29.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4650C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 101 12 -
CMYK 0 0.48 0.94 0.23
HSL 29.02º 0.88% 0.41% -
HSV(B) 29.02º 0.94% 0.77% -
XYZ 27.48 21.07 2.97 -
YUV 119.26 67.47 182.74 -
System Red Green Blue C M Y K H S L
Decimal 196 101 12 0 0.48 0.94 0.23 29.02 0.88 0.41
Hex C4 65 C 0 30 5E 17 1D 58 29
Octal 304 145 14 0 60 136 27 35 130 51
Binary 11000100 1100101 1100 0 110000 1011110 10111 11101 1011000 101001

Color Harmonies of #C4650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4650C

Black with #C4650C

Text Example


Text Example

White with #C4650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4650C; }

 p { color: rgb(196,101,12); }

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

background-color css

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

 a { background-color: rgb(196,101,12); }

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

border-color css

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

 span { border-color: rgb(196,101,12); }

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