Html Css Color HEX #C04542 Chestnut

📋 copy color: '#C04542'

red 192 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #C04542

Tints of Chestnut #C04542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 58.72%
G = 21.1%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04542 (or 0xC04542) is known color: Chestnut. HEX triplet: C0, 45 and 42. RGB value is (192,69,66). Sum of RGB (Red+Green+Blue) = 192+69+66=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04542 is #3FBABD. Grayscale: #696969. Windows color (decimal): -4176574 or 4343232. OLE color: 4343232.

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

Color convert

RGB 192 69 66 -
CMYK 0 0.64 0.66 0.25
HSL 1.43º 0.5% 0.51% -
HSV(B) 1.43º 0.66% 0.75% -
XYZ 24.85 15.86 6.91 -
YUV 105.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 192 69 66 0 0.64 0.66 0.25 1.43 0.5 0.51
Hex C0 45 42 0 40 42 19 1 32 33
Octal 300 105 102 0 100 102 31 1 62 63
Binary 11000000 1000101 1000010 0 1000000 1000010 11001 1 110010 110011

Color Harmonies of #C04542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04542

Black with #C04542

Text Example


Text Example

White with #C04542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04542; }

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

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

background-color css

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

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

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

border-color css

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

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

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