Html Css Color HEX #C64745 Sunset

📋 copy color: '#C64745'

red 198 ◦ green 71 ◦ blue 69

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

Shades of Sunset #C64745

Tints of Sunset #C64745

RGB

 RED value IS 198 (77.73% from 255) = 58.58%

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 58.58%
G = 21.01%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64745 (or 0xC64745) is known color: Sunset. HEX triplet: C6, 47 and 45. RGB value is (198,71,69). Sum of RGB (Red+Green+Blue) = 198+71+69=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C64745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64745 is #39B8BA. Grayscale: #6C6C6C. Windows color (decimal): -3782843 or 4540358. OLE color: 4540358.

HSL color Cylindrical-coordinate representation of color #C64745: hue angle of 0.93º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64745 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 69 -
CMYK 0 0.64 0.65 0.22
HSL 0.93º 0.53% 0.52% -
HSV(B) 0.93º 0.65% 0.78% -
XYZ 26.62 16.94 7.5 -
YUV 108.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 198 71 69 0 0.64 0.65 0.22 0.93 0.53 0.52
Hex C6 47 45 0 40 41 16 1 35 34
Octal 306 107 105 0 100 101 26 1 65 64
Binary 11000110 1000111 1000101 0 1000000 1000001 10110 1 110101 110100

Color Harmonies of #C64745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64745

Black with #C64745

Text Example


Text Example

White with #C64745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64745; }

 p { color: rgb(198,71,69); }

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

background-color css

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

 a { background-color: rgb(198,71,69); }

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

border-color css

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

 span { border-color: rgb(198,71,69); }

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