Html Css Color HEX #C64D48 Sunset

📋 copy color: '#C64D48'

red 198 ◦ green 77 ◦ blue 72

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

Shades of Sunset #C64D48

Tints of Sunset #C64D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 57.06%
G = 22.19%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C64D48 (or 0xC64D48) is known color: Sunset. HEX triplet: C6, 4D and 48. RGB value is (198,77,72). Sum of RGB (Red+Green+Blue) = 198+77+72=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D48 is #39B2B7. Grayscale: #707070. Windows color (decimal): -3781304 or 4738502. OLE color: 4738502.

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

Color convert

RGB 198 77 72 -
CMYK 0 0.61 0.64 0.22
HSL 2.38º 0.53% 0.53% -
HSV(B) 2.38º 0.64% 0.78% -
XYZ 27.11 17.78 8.13 -
YUV 112.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 198 77 72 0 0.61 0.64 0.22 2.38 0.53 0.53
Hex C6 4D 48 0 3D 40 16 2 34 35
Octal 306 115 110 0 75 100 26 2 64 65
Binary 11000110 1001101 1001000 0 111101 1000000 10110 10 110100 110101

Color Harmonies of #C64D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D48

Black with #C64D48

Text Example


Text Example

White with #C64D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D48; }

 p { color: rgb(198,77,72); }

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

background-color css

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

 a { background-color: rgb(198,77,72); }

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

border-color css

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

 span { border-color: rgb(198,77,72); }

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