Html Css Color HEX #C04645 Chestnut

📋 copy color: '#C04645'

red 192 ◦ green 70 ◦ blue 69

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

Shades of Chestnut #C04645

Tints of Chestnut #C04645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 58.01%
G = 21.15%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04645 (or 0xC04645) is known color: Chestnut. HEX triplet: C0, 46 and 45. RGB value is (192,70,69). Sum of RGB (Red+Green+Blue) = 192+70+69=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04645 is #3FB9BA. Grayscale: #6A6A6A. Windows color (decimal): -4176315 or 4540096. OLE color: 4540096.

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

Color convert

RGB 192 70 69 -
CMYK 0 0.64 0.64 0.25
HSL 0.49º 0.49% 0.51% -
HSV(B) 0.49º 0.64% 0.75% -
XYZ 25 16.02 7.4 -
YUV 106.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 192 70 69 0 0.64 0.64 0.25 0.49 0.49 0.51
Hex C0 46 45 0 40 40 19 0 31 33
Octal 300 106 105 0 100 100 31 0 61 63
Binary 11000000 1000110 1000101 0 1000000 1000000 11001 0 110001 110011

Color Harmonies of #C04645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04645

Black with #C04645

Text Example


Text Example

White with #C04645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04645; }

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

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

background-color css

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

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

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

border-color css

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

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

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