Html Css Color HEX #C04543 Chestnut

📋 copy color: '#C04543'

red 192 ◦ green 69 ◦ blue 67

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

Shades of Chestnut #C04543

Tints of Chestnut #C04543

RGB

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

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

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

R = 58.54%
G = 21.04%
B = 20.43%

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

#C04543 (or 0xC04543) is known color: Chestnut. HEX triplet: C0, 45 and 43. RGB value is (192,69,67). Sum of RGB (Red+Green+Blue) = 192+69+67=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04543 is #3FBABC. Grayscale: #696969. Windows color (decimal): -4176573 or 4408768. OLE color: 4408768.

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

Color convert

RGB 192 69 67 -
CMYK 0 0.64 0.65 0.25
HSL 0.96º 0.5% 0.51% -
HSV(B) 0.96º 0.65% 0.75% -
XYZ 24.88 15.87 7.06 -
YUV 105.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 192 69 67 0 0.64 0.65 0.25 0.96 0.5 0.51
Hex C0 45 43 0 40 41 19 1 32 33
Octal 300 105 103 0 100 101 31 1 62 63
Binary 11000000 1000101 1000011 0 1000000 1000001 11001 1 110010 110011

Color Harmonies of #C04543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04543

Black with #C04543

Text Example


Text Example

White with #C04543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04543; }

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

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

background-color css

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

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

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

border-color css

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

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

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