Html Css Color HEX #C44341 Chestnut

📋 copy color: '#C44341'

red 196 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #C44341

Tints of Chestnut #C44341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 59.76%
G = 20.43%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C44341 (or 0xC44341) is known color: Chestnut. HEX triplet: C4, 43 and 41. RGB value is (196,67,65). Sum of RGB (Red+Green+Blue) = 196+67+65=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C44341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44341 is #3BBCBE. Grayscale: #696969. Windows color (decimal): -3914943 or 4277188. OLE color: 4277188.

HSL color Cylindrical-coordinate representation of color #C44341: hue angle of 0.92º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44341 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 65 -
CMYK 0 0.66 0.67 0.23
HSL 0.92º 0.53% 0.51% -
HSV(B) 0.92º 0.67% 0.77% -
XYZ 25.73 16.13 6.76 -
YUV 105.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 196 67 65 0 0.66 0.67 0.23 0.92 0.53 0.51
Hex C4 43 41 0 42 43 17 1 35 33
Octal 304 103 101 0 102 103 27 1 65 63
Binary 11000100 1000011 1000001 0 1000010 1000011 10111 1 110101 110011

Color Harmonies of #C44341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44341

Black with #C44341

Text Example


Text Example

White with #C44341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44341; }

 p { color: rgb(196,67,65); }

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

background-color css

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

 a { background-color: rgb(196,67,65); }

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

border-color css

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

 span { border-color: rgb(196,67,65); }

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