Html Css Color HEX #C44C4A Sunset

📋 copy color: '#C44C4A'

red 196 ◦ green 76 ◦ blue 74

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

Shades of Sunset #C44C4A

Tints of Sunset #C44C4A

RGB

 RED value IS 196 (76.95% from 255) = 56.65%

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 56.65%
G = 21.97%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C44C4A (or 0xC44C4A) is known color: Sunset. HEX triplet: C4, 4C and 4A. RGB value is (196,76,74). Sum of RGB (Red+Green+Blue) = 196+76+74=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C4A is #3BB3B5. Grayscale: #6F6F6F. Windows color (decimal): -3912630 or 4869316. OLE color: 4869316.

HSL color Cylindrical-coordinate representation of color #C44C4A: hue angle of 0.98º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44C4A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 76 74 -
CMYK 0 0.61 0.62 0.23
HSL 0.98º 0.51% 0.53% -
HSV(B) 0.98º 0.62% 0.77% -
XYZ 26.59 17.4 8.44 -
YUV 111.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 196 76 74 0 0.61 0.62 0.23 0.98 0.51 0.53
Hex C4 4C 4A 0 3D 3E 17 1 33 35
Octal 304 114 112 0 75 76 27 1 63 65
Binary 11000100 1001100 1001010 0 111101 111110 10111 1 110011 110101

Color Harmonies of #C44C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C4A

Black with #C44C4A

Text Example


Text Example

White with #C44C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C4A; }

 p { color: rgb(196,76,74); }

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

background-color css

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

 a { background-color: rgb(196,76,74); }

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

border-color css

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

 span { border-color: rgb(196,76,74); }

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