Html Css Color HEX #C64842 Sunset

📋 copy color: '#C64842'

red 198 ◦ green 72 ◦ blue 66

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

Shades of Sunset #C64842

Tints of Sunset #C64842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 58.93%
G = 21.43%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C64842 (or 0xC64842) is known color: Sunset. HEX triplet: C6, 48 and 42. RGB value is (198,72,66). Sum of RGB (Red+Green+Blue) = 198+72+66=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C64842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64842 is #39B7BD. Grayscale: #6D6D6D. Windows color (decimal): -3782590 or 4344006. OLE color: 4344006.

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

Color convert

RGB 198 72 66 -
CMYK 0 0.64 0.67 0.22
HSL 2.73º 0.54% 0.52% -
HSV(B) 2.73º 0.67% 0.78% -
XYZ 26.59 17.03 7.04 -
YUV 108.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 198 72 66 0 0.64 0.67 0.22 2.73 0.54 0.52
Hex C6 48 42 0 40 43 16 3 36 34
Octal 306 110 102 0 100 103 26 3 66 64
Binary 11000110 1001000 1000010 0 1000000 1000011 10110 11 110110 110100

Color Harmonies of #C64842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64842

Black with #C64842

Text Example


Text Example

White with #C64842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64842; }

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

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

background-color css

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

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

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

border-color css

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

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

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