Html Css Color HEX #C15042 Sunset

📋 copy color: '#C15042'

red 193 ◦ green 80 ◦ blue 66

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

Shades of Sunset #C15042

Tints of Sunset #C15042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 56.93%
G = 23.6%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C15042 (or 0xC15042) is known color: Sunset. HEX triplet: C1, 50 and 42. RGB value is (193,80,66). Sum of RGB (Red+Green+Blue) = 193+80+66=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C15042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15042 is #3EAFBD. Grayscale: #707070. Windows color (decimal): -4108222 or 4346049. OLE color: 4346049.

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

Color convert

RGB 193 80 66 -
CMYK 0 0.59 0.66 0.24
HSL 6.61º 0.51% 0.51% -
HSV(B) 6.61º 0.66% 0.76% -
XYZ 25.84 17.47 7.16 -
YUV 112.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 193 80 66 0 0.59 0.66 0.24 6.61 0.51 0.51
Hex C1 50 42 0 3B 42 18 7 33 33
Octal 301 120 102 0 73 102 30 7 63 63
Binary 11000001 1010000 1000010 0 111011 1000010 11000 111 110011 110011

Color Harmonies of #C15042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15042

Black with #C15042

Text Example


Text Example

White with #C15042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15042; }

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

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

background-color css

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

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

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

border-color css

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

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

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