Html Css Color HEX #C04845 Chestnut

📋 copy color: '#C04845'

red 192 ◦ green 72 ◦ blue 69

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

Shades of Chestnut #C04845

Tints of Chestnut #C04845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 57.66%
G = 21.62%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04845 (or 0xC04845) is known color: Chestnut. HEX triplet: C0, 48 and 45. RGB value is (192,72,69). Sum of RGB (Red+Green+Blue) = 192+72+69=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04845 is #3FB7BA. Grayscale: #6B6B6B. Windows color (decimal): -4175803 or 4540608. OLE color: 4540608.

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

Color convert

RGB 192 72 69 -
CMYK 0 0.63 0.64 0.25
HSL 1.46º 0.49% 0.51% -
HSV(B) 1.46º 0.64% 0.75% -
XYZ 25.13 16.27 7.45 -
YUV 107.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 192 72 69 0 0.63 0.64 0.25 1.46 0.49 0.51
Hex C0 48 45 0 3F 40 19 1 31 33
Octal 300 110 105 0 77 100 31 1 61 63
Binary 11000000 1001000 1000101 0 111111 1000000 11001 1 110001 110011

Color Harmonies of #C04845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04845

Black with #C04845

Text Example


Text Example

White with #C04845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04845; }

 p { color: rgb(192,72,69); }

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

background-color css

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

 a { background-color: rgb(192,72,69); }

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

border-color css

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

 span { border-color: rgb(192,72,69); }

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