Html Css Color HEX #C04544 Chestnut

📋 copy color: '#C04544'

red 192 ◦ green 69 ◦ blue 68

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

Shades of Chestnut #C04544

Tints of Chestnut #C04544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 58.36%
G = 20.97%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C04544 (or 0xC04544) is known color: Chestnut. HEX triplet: C0, 45 and 44. RGB value is (192,69,68). Sum of RGB (Red+Green+Blue) = 192+69+68=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04544 is #3FBABB. Grayscale: #696969. Windows color (decimal): -4176572 or 4474304. OLE color: 4474304.

HSL color Cylindrical-coordinate representation of color #C04544: hue angle of 0.48º 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 #C04544 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 68 -
CMYK 0 0.64 0.65 0.25
HSL 0.48º 0.5% 0.51% -
HSV(B) 0.48º 0.65% 0.75% -
XYZ 24.91 15.88 7.22 -
YUV 105.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 192 69 68 0 0.64 0.65 0.25 0.48 0.5 0.51
Hex C0 45 44 0 40 41 19 0 32 33
Octal 300 105 104 0 100 101 31 0 62 63
Binary 11000000 1000101 1000100 0 1000000 1000001 11001 0 110010 110011

Color Harmonies of #C04544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04544

Black with #C04544

Text Example


Text Example

White with #C04544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04544; }

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

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

background-color css

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

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

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

border-color css

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

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

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