Html Css Color HEX #C44B07 Tenne (Tawny)

📋 copy color: '#C44B07'

red 196 ◦ green 75 ◦ blue 7

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

Shades of Tenne (Tawny) #C44B07

Tints of Tenne (Tawny) #C44B07

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

 BLUE value IS 7 (3.13% from 255) = 2.52%

R = 70.5%
G = 26.98%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44B07 (or 0xC44B07) is known color: Tenne (Tawny). HEX triplet: C4, 4B and 07. RGB value is (196,75,7). Sum of RGB (Red+Green+Blue) = 196+75+7=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44B07 is #3BB4F8. Grayscale: #676767. Windows color (decimal): -3912953 or 478148. OLE color: 478148.

HSL color Cylindrical-coordinate representation of color #C44B07: hue angle of 21.59º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44B07 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 75 7 -
CMYK 0 0.62 0.96 0.23
HSL 21.59º 0.93% 0.4% -
HSV(B) 21.59º 0.96% 0.77% -
XYZ 25.32 16.78 2.11 -
YUV 103.43 73.59 194.03 -
System Red Green Blue C M Y K H S L
Decimal 196 75 7 0 0.62 0.96 0.23 21.59 0.93 0.4
Hex C4 4B 7 0 3E 60 17 16 5D 28
Octal 304 113 7 0 76 140 27 26 135 50
Binary 11000100 1001011 111 0 111110 1100000 10111 10110 1011101 101000

Color Harmonies of #C44B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B07

Black with #C44B07

Text Example


Text Example

White with #C44B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B07; }

 p { color: rgb(196,75,7); }

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

background-color css

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

 a { background-color: rgb(196,75,7); }

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

border-color css

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

 span { border-color: rgb(196,75,7); }

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