Html Css Color HEX #C3504D Sunset

📋 copy color: '#C3504D'

red 195 ◦ green 80 ◦ blue 77

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

Shades of Sunset #C3504D

Tints of Sunset #C3504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 55.4%
G = 22.73%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3504D (or 0xC3504D) is known color: Sunset. HEX triplet: C3, 50 and 4D. RGB value is (195,80,77). Sum of RGB (Red+Green+Blue) = 195+80+77=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3504D is #3CAFB2. Grayscale: #727272. Windows color (decimal): -3977139 or 5066947. OLE color: 5066947.

HSL color Cylindrical-coordinate representation of color #C3504D: hue angle of 1.53º 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 #C3504D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 77 -
CMYK 0 0.59 0.61 0.24
HSL 1.53º 0.5% 0.53% -
HSV(B) 1.53º 0.61% 0.76% -
XYZ 26.71 17.88 9.06 -
YUV 114.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 195 80 77 0 0.59 0.61 0.24 1.53 0.5 0.53
Hex C3 50 4D 0 3B 3D 18 2 32 35
Octal 303 120 115 0 73 75 30 2 62 65
Binary 11000011 1010000 1001101 0 111011 111101 11000 10 110010 110101

Color Harmonies of #C3504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3504D

Black with #C3504D

Text Example


Text Example

White with #C3504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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