Html Css Color HEX #C1504C Sunset

📋 copy color: '#C1504C'

red 193 ◦ green 80 ◦ blue 76

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

Shades of Sunset #C1504C

Tints of Sunset #C1504C

RGB

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

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

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

R = 55.3%
G = 22.92%
B = 21.78%

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

#C1504C (or 0xC1504C) is known color: Sunset. HEX triplet: C1, 50 and 4C. RGB value is (193,80,76). Sum of RGB (Red+Green+Blue) = 193+80+76=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1504C is #3EAFB3. Grayscale: #717171. Windows color (decimal): -4108212 or 5001409. OLE color: 5001409.

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

Color convert

RGB 193 80 76 -
CMYK 0 0.59 0.61 0.24
HSL 2.05º 0.49% 0.53% -
HSV(B) 2.05º 0.61% 0.76% -
XYZ 26.17 17.6 8.85 -
YUV 113.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 193 80 76 0 0.59 0.61 0.24 2.05 0.49 0.53
Hex C1 50 4C 0 3B 3D 18 2 31 35
Octal 301 120 114 0 73 75 30 2 61 65
Binary 11000001 1010000 1001100 0 111011 111101 11000 10 110001 110101

Color Harmonies of #C1504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1504C

Black with #C1504C

Text Example


Text Example

White with #C1504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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