Html Css Color HEX #C04846 Chestnut

📋 copy color: '#C04846'

red 192 ◦ green 72 ◦ blue 70

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

Shades of Chestnut #C04846

Tints of Chestnut #C04846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 57.49%
G = 21.56%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04846 (or 0xC04846) is known color: Chestnut. HEX triplet: C0, 48 and 46. RGB value is (192,72,70). Sum of RGB (Red+Green+Blue) = 192+72+70=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04846 is #3FB7B9. Grayscale: #6B6B6B. Windows color (decimal): -4175802 or 4606144. OLE color: 4606144.

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

Color convert

RGB 192 72 70 -
CMYK 0 0.63 0.64 0.25
HSL 0.98º 0.49% 0.51% -
HSV(B) 0.98º 0.64% 0.75% -
XYZ 25.16 16.28 7.61 -
YUV 107.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 192 72 70 0 0.63 0.64 0.25 0.98 0.49 0.51
Hex C0 48 46 0 3F 40 19 1 31 33
Octal 300 110 106 0 77 100 31 1 61 63
Binary 11000000 1001000 1000110 0 111111 1000000 11001 1 110001 110011

Color Harmonies of #C04846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04846

Black with #C04846

Text Example


Text Example

White with #C04846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04846; }

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

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

background-color css

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

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

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

border-color css

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

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

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