Html Css Color HEX #C64242 Sunset

📋 copy color: '#C64242'

red 198 ◦ green 66 ◦ blue 66

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

Shades of Sunset #C64242

Tints of Sunset #C64242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C64242 (or 0xC64242) is known color: Sunset. HEX triplet: C6, 42 and 42. RGB value is (198,66,66). Sum of RGB (Red+Green+Blue) = 198+66+66=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C64242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64242 is #39BDBD. Grayscale: #696969. Windows color (decimal): -3784126 or 4342470. OLE color: 4342470.

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

Color convert

RGB 198 66 66 -
CMYK 0 0.67 0.67 0.22
HSL 0.54% 0.52% -
HSV(B) 0.67% 0.78% -
XYZ 26.22 16.3 6.92 -
YUV 105.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 198 66 66 0 0.67 0.67 0.22 0 0.54 0.52
Hex C6 42 42 0 43 43 16 0 36 34
Octal 306 102 102 0 103 103 26 0 66 64
Binary 11000110 1000010 1000010 0 1000011 1000011 10110 0 110110 110100

Color Harmonies of #C64242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64242

Black with #C64242

Text Example


Text Example

White with #C64242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64242; }

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

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

background-color css

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

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

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

border-color css

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

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

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