Html Css Color HEX #C04340 Chestnut

📋 copy color: '#C04340'

red 192 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #C04340

Tints of Chestnut #C04340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 59.44%
G = 20.74%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04340 (or 0xC04340) is known color: Chestnut. HEX triplet: C0, 43 and 40. RGB value is (192,67,64). Sum of RGB (Red+Green+Blue) = 192+67+64=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C04340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04340 is #3FBCBF. Grayscale: #686868. Windows color (decimal): -4177088 or 4211648. OLE color: 4211648.

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

Color convert

RGB 192 67 64 -
CMYK 0 0.65 0.67 0.25
HSL 1.41º 0.5% 0.5% -
HSV(B) 1.41º 0.67% 0.75% -
XYZ 24.67 15.59 6.56 -
YUV 104.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 192 67 64 0 0.65 0.67 0.25 1.41 0.5 0.5
Hex C0 43 40 0 41 43 19 1 32 32
Octal 300 103 100 0 101 103 31 1 62 62
Binary 11000000 1000011 1000000 0 1000001 1000011 11001 1 110010 110010

Color Harmonies of #C04340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04340

Black with #C04340

Text Example


Text Example

White with #C04340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04340; }

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

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

background-color css

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

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

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

border-color css

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

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

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