Html Css Color HEX #C3504A Sunset

📋 copy color: '#C3504A'

red 195 ◦ green 80 ◦ blue 74

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

Shades of Sunset #C3504A

Tints of Sunset #C3504A

RGB

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

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

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

R = 55.87%
G = 22.92%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3504A (or 0xC3504A) is known color: Sunset. HEX triplet: C3, 50 and 4A. RGB value is (195,80,74). Sum of RGB (Red+Green+Blue) = 195+80+74=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C3504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3504A is #3CAFB5. Grayscale: #717171. Windows color (decimal): -3977142 or 4870339. OLE color: 4870339.

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

Color convert

RGB 195 80 74 -
CMYK 0 0.59 0.62 0.24
HSL 2.98º 0.5% 0.53% -
HSV(B) 2.98º 0.62% 0.76% -
XYZ 26.61 17.83 8.52 -
YUV 113.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 195 80 74 0 0.59 0.62 0.24 2.98 0.5 0.53
Hex C3 50 4A 0 3B 3E 18 3 32 35
Octal 303 120 112 0 73 76 30 3 62 65
Binary 11000011 1010000 1001010 0 111011 111110 11000 11 110010 110101

Color Harmonies of #C3504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3504A

Black with #C3504A

Text Example


Text Example

White with #C3504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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