Html Css Color HEX #C24640 Chestnut

📋 copy color: '#C24640'

red 194 ◦ green 70 ◦ blue 64

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

Shades of Chestnut #C24640

Tints of Chestnut #C24640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 59.15%
G = 21.34%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C24640 (or 0xC24640) is known color: Chestnut. HEX triplet: C2, 46 and 40. RGB value is (194,70,64). Sum of RGB (Red+Green+Blue) = 194+70+64=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C24640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24640 is #3DB9BF. Grayscale: #6A6A6A. Windows color (decimal): -4045248 or 4212418. OLE color: 4212418.

HSL color Cylindrical-coordinate representation of color #C24640: hue angle of 2.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24640 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 64 -
CMYK 0 0.64 0.67 0.24
HSL 2.77º 0.52% 0.51% -
HSV(B) 2.77º 0.67% 0.76% -
XYZ 25.36 16.22 6.64 -
YUV 106.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 194 70 64 0 0.64 0.67 0.24 2.77 0.52 0.51
Hex C2 46 40 0 40 43 18 3 34 33
Octal 302 106 100 0 100 103 30 3 64 63
Binary 11000010 1000110 1000000 0 1000000 1000011 11000 11 110100 110011

Color Harmonies of #C24640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24640

Black with #C24640

Text Example


Text Example

White with #C24640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24640; }

 p { color: rgb(194,70,64); }

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

background-color css

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

 a { background-color: rgb(194,70,64); }

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

border-color css

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

 span { border-color: rgb(194,70,64); }

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