Html Css Color HEX #C44C4C Sunset

📋 copy color: '#C44C4C'

red 196 ◦ green 76 ◦ blue 76

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

Shades of Sunset #C44C4C

Tints of Sunset #C44C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 56.32%
G = 21.84%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C44C4C (or 0xC44C4C) is known color: Sunset. HEX triplet: C4, 4C and 4C. RGB value is (196,76,76). Sum of RGB (Red+Green+Blue) = 196+76+76=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C4C is #3BB3B3. Grayscale: #6F6F6F. Windows color (decimal): -3912628 or 5000388. OLE color: 5000388.

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

Color convert

RGB 196 76 76 -
CMYK 0 0.61 0.61 0.23
HSL 0.5% 0.53% -
HSV(B) 0.61% 0.77% -
XYZ 26.65 17.43 8.8 -
YUV 111.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 196 76 76 0 0.61 0.61 0.23 0 0.5 0.53
Hex C4 4C 4C 0 3D 3D 17 0 32 35
Octal 304 114 114 0 75 75 27 0 62 65
Binary 11000100 1001100 1001100 0 111101 111101 10111 0 110010 110101

Color Harmonies of #C44C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C4C

Black with #C44C4C

Text Example


Text Example

White with #C44C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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