Html Css Color HEX #C34D45 Sunset

📋 copy color: '#C34D45'

red 195 ◦ green 77 ◦ blue 69

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

Shades of Sunset #C34D45

Tints of Sunset #C34D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 57.18%
G = 22.58%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34D45 (or 0xC34D45) is known color: Sunset. HEX triplet: C3, 4D and 45. RGB value is (195,77,69). Sum of RGB (Red+Green+Blue) = 195+77+69=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D45 is #3CB2BA. Grayscale: #6F6F6F. Windows color (decimal): -3977915 or 4541891. OLE color: 4541891.

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

Color convert

RGB 195 77 69 -
CMYK 0 0.61 0.65 0.24
HSL 3.81º 0.51% 0.52% -
HSV(B) 3.81º 0.65% 0.76% -
XYZ 26.23 17.34 7.59 -
YUV 111.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 195 77 69 0 0.61 0.65 0.24 3.81 0.51 0.52
Hex C3 4D 45 0 3D 41 18 4 33 34
Octal 303 115 105 0 75 101 30 4 63 64
Binary 11000011 1001101 1000101 0 111101 1000001 11000 100 110011 110100

Color Harmonies of #C34D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D45

Black with #C34D45

Text Example


Text Example

White with #C34D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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