Html Css Color HEX #C04744 Chestnut

📋 copy color: '#C04744'

red 192 ◦ green 71 ◦ blue 68

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

Shades of Chestnut #C04744

Tints of Chestnut #C04744

RGB

 RED value IS 192 (75.39% from 255) = 58.01%

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 58.01%
G = 21.45%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C04744 (or 0xC04744) is known color: Chestnut. HEX triplet: C0, 47 and 44. RGB value is (192,71,68). Sum of RGB (Red+Green+Blue) = 192+71+68=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04744 is #3FB8BB. Grayscale: #6A6A6A. Windows color (decimal): -4176060 or 4474816. OLE color: 4474816.

HSL color Cylindrical-coordinate representation of color #C04744: hue angle of 1.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04744 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 68 -
CMYK 0 0.63 0.65 0.25
HSL 1.45º 0.5% 0.51% -
HSV(B) 1.45º 0.65% 0.75% -
XYZ 25.03 16.13 7.26 -
YUV 106.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 192 71 68 0 0.63 0.65 0.25 1.45 0.5 0.51
Hex C0 47 44 0 3F 41 19 1 32 33
Octal 300 107 104 0 77 101 31 1 62 63
Binary 11000000 1000111 1000100 0 111111 1000001 11001 1 110010 110011

Color Harmonies of #C04744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04744

Black with #C04744

Text Example


Text Example

White with #C04744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04744; }

 p { color: rgb(192,71,68); }

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

background-color css

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

 a { background-color: rgb(192,71,68); }

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

border-color css

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

 span { border-color: rgb(192,71,68); }

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