Html Css Color HEX #C64A42 Sunset

📋 copy color: '#C64A42'

red 198 ◦ green 74 ◦ blue 66

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

Shades of Sunset #C64A42

Tints of Sunset #C64A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

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

R = 58.58%
G = 21.89%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C64A42 (or 0xC64A42) is known color: Sunset. HEX triplet: C6, 4A and 42. RGB value is (198,74,66). Sum of RGB (Red+Green+Blue) = 198+74+66=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A42 is #39B5BD. Grayscale: #6E6E6E. Windows color (decimal): -3782078 or 4344518. OLE color: 4344518.

HSL color Cylindrical-coordinate representation of color #C64A42: hue angle of 3.64º 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 #C64A42 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 66 -
CMYK 0 0.63 0.67 0.22
HSL 3.64º 0.54% 0.52% -
HSV(B) 3.64º 0.67% 0.78% -
XYZ 26.72 17.3 7.08 -
YUV 110.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 198 74 66 0 0.63 0.67 0.22 3.64 0.54 0.52
Hex C6 4A 42 0 3F 43 16 4 36 34
Octal 306 112 102 0 77 103 26 4 66 64
Binary 11000110 1001010 1000010 0 111111 1000011 10110 100 110110 110100

Color Harmonies of #C64A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A42

Black with #C64A42

Text Example


Text Example

White with #C64A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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