Html Css Color HEX #C1504A Sunset

📋 copy color: '#C1504A'

red 193 ◦ green 80 ◦ blue 74

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

Shades of Sunset #C1504A

Tints of Sunset #C1504A

RGB

 RED value IS 193 (75.78% from 255) = 55.62%

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

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

R = 55.62%
G = 23.05%
B = 21.33%

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

#C1504A (or 0xC1504A) is known color: Sunset. HEX triplet: C1, 50 and 4A. RGB value is (193,80,74). Sum of RGB (Red+Green+Blue) = 193+80+74=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C1504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1504A is #3EAFB5. Grayscale: #717171. Windows color (decimal): -4108214 or 4870337. OLE color: 4870337.

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

Color convert

RGB 193 80 74 -
CMYK 0 0.59 0.62 0.24
HSL 3.03º 0.49% 0.52% -
HSV(B) 3.03º 0.62% 0.76% -
XYZ 26.1 17.57 8.49 -
YUV 113.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 193 80 74 0 0.59 0.62 0.24 3.03 0.49 0.52
Hex C1 50 4A 0 3B 3E 18 3 31 34
Octal 301 120 112 0 73 76 30 3 61 64
Binary 11000001 1010000 1001010 0 111011 111110 11000 11 110001 110100

Color Harmonies of #C1504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1504A

Black with #C1504A

Text Example


Text Example

White with #C1504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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