Html Css Color HEX #C64441 Sunset

📋 copy color: '#C64441'

red 198 ◦ green 68 ◦ blue 65

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

Shades of Sunset #C64441

Tints of Sunset #C64441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 59.82%
G = 20.54%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C64441 (or 0xC64441) is known color: Sunset. HEX triplet: C6, 44 and 41. RGB value is (198,68,65). Sum of RGB (Red+Green+Blue) = 198+68+65=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C64441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64441 is #39BBBE. Grayscale: #6A6A6A. Windows color (decimal): -3783615 or 4277446. OLE color: 4277446.

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

Color convert

RGB 198 68 65 -
CMYK 0 0.66 0.67 0.22
HSL 1.35º 0.54% 0.52% -
HSV(B) 1.35º 0.67% 0.78% -
XYZ 26.31 16.52 6.8 -
YUV 106.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 198 68 65 0 0.66 0.67 0.22 1.35 0.54 0.52
Hex C6 44 41 0 42 43 16 1 36 34
Octal 306 104 101 0 102 103 26 1 66 64
Binary 11000110 1000100 1000001 0 1000010 1000011 10110 1 110110 110100

Color Harmonies of #C64441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64441

Black with #C64441

Text Example


Text Example

White with #C64441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64441; }

 p { color: rgb(198,68,65); }

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

background-color css

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

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

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

border-color css

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

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

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