Html Css Color HEX #C34D4C Sunset

📋 copy color: '#C34D4C'

red 195 ◦ green 77 ◦ blue 76

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

Shades of Sunset #C34D4C

Tints of Sunset #C34D4C

RGB

 RED value IS 195 (76.56% from 255) = 56.03%

 GREEN value IS 77 (30.47% from 255) = 22.13%

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

R = 56.03%
G = 22.13%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C34D4C (or 0xC34D4C) is known color: Sunset. HEX triplet: C3, 4D and 4C. RGB value is (195,77,76). Sum of RGB (Red+Green+Blue) = 195+77+76=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D4C is #3CB2B3. Grayscale: #707070. Windows color (decimal): -3977908 or 5000643. OLE color: 5000643.

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

Color convert

RGB 195 77 76 -
CMYK 0 0.61 0.61 0.24
HSL 0.5º 0.5% 0.53% -
HSV(B) 0.5º 0.61% 0.76% -
XYZ 26.46 17.43 8.81 -
YUV 112.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 195 77 76 0 0.61 0.61 0.24 0.5 0.5 0.53
Hex C3 4D 4C 0 3D 3D 18 1 32 35
Octal 303 115 114 0 75 75 30 1 62 65
Binary 11000011 1001101 1001100 0 111101 111101 11000 1 110010 110101

Color Harmonies of #C34D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D4C

Black with #C34D4C

Text Example


Text Example

White with #C34D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D4C; }

 p { color: rgb(195,77,76); }

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

background-color css

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

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

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

border-color css

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

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

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