Html Css Color HEX #C04640 Chestnut

📋 copy color: '#C04640'

red 192 ◦ green 70 ◦ blue 64

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

Shades of Chestnut #C04640

Tints of Chestnut #C04640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

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

R = 58.9%
G = 21.47%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04640 (or 0xC04640) is known color: Chestnut. HEX triplet: C0, 46 and 40. RGB value is (192,70,64). Sum of RGB (Red+Green+Blue) = 192+70+64=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04640 is #3FB9BF. Grayscale: #696969. Windows color (decimal): -4176320 or 4212416. OLE color: 4212416.

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

Color convert

RGB 192 70 64 -
CMYK 0 0.64 0.67 0.25
HSL 2.81º 0.5% 0.5% -
HSV(B) 2.81º 0.67% 0.75% -
XYZ 24.85 15.96 6.62 -
YUV 105.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 192 70 64 0 0.64 0.67 0.25 2.81 0.5 0.5
Hex C0 46 40 0 40 43 19 3 32 32
Octal 300 106 100 0 100 103 31 3 62 62
Binary 11000000 1000110 1000000 0 1000000 1000011 11001 11 110010 110010

Color Harmonies of #C04640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04640

Black with #C04640

Text Example


Text Example

White with #C04640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04640; }

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

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

background-color css

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

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

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

border-color css

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

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

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