Html Css Color HEX #C04441 Chestnut

📋 copy color: '#C04441'

red 192 ◦ green 68 ◦ blue 65

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

Shades of Chestnut #C04441

Tints of Chestnut #C04441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 59.08%
G = 20.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04441 (or 0xC04441) is known color: Chestnut. HEX triplet: C0, 44 and 41. RGB value is (192,68,65). Sum of RGB (Red+Green+Blue) = 192+68+65=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C04441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04441 is #3FBBBE. Grayscale: #686868. Windows color (decimal): -4176831 or 4277440. OLE color: 4277440.

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

Color convert

RGB 192 68 65 -
CMYK 0 0.65 0.66 0.25
HSL 1.42º 0.5% 0.5% -
HSV(B) 1.42º 0.66% 0.75% -
XYZ 24.76 15.72 6.73 -
YUV 104.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 192 68 65 0 0.65 0.66 0.25 1.42 0.5 0.5
Hex C0 44 41 0 41 42 19 1 32 32
Octal 300 104 101 0 101 102 31 1 62 62
Binary 11000000 1000100 1000001 0 1000001 1000010 11001 1 110010 110010

Color Harmonies of #C04441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04441

Black with #C04441

Text Example


Text Example

White with #C04441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04441; }

 p { color: rgb(192,68,65); }

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

background-color css

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

 a { background-color: rgb(192,68,65); }

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

border-color css

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

 span { border-color: rgb(192,68,65); }

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