Html Css Color HEX #C64642 Sunset

📋 copy color: '#C64642'

red 198 ◦ green 70 ◦ blue 66

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

Shades of Sunset #C64642

Tints of Sunset #C64642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 59.28%
G = 20.96%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C64642 (or 0xC64642) is known color: Sunset. HEX triplet: C6, 46 and 42. RGB value is (198,70,66). Sum of RGB (Red+Green+Blue) = 198+70+66=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C64642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64642 is #39B9BD. Grayscale: #6B6B6B. Windows color (decimal): -3783102 or 4343494. OLE color: 4343494.

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

Color convert

RGB 198 70 66 -
CMYK 0 0.65 0.67 0.22
HSL 1.82º 0.54% 0.52% -
HSV(B) 1.82º 0.67% 0.78% -
XYZ 26.46 16.78 7 -
YUV 107.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 198 70 66 0 0.65 0.67 0.22 1.82 0.54 0.52
Hex C6 46 42 0 41 43 16 2 36 34
Octal 306 106 102 0 101 103 26 2 66 64
Binary 11000110 1000110 1000010 0 1000001 1000011 10110 10 110110 110100

Color Harmonies of #C64642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64642

Black with #C64642

Text Example


Text Example

White with #C64642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64642; }

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

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

background-color css

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

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

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

border-color css

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

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

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