Html Css Color HEX #C05148 Sunset

📋 copy color: '#C05148'

red 192 ◦ green 81 ◦ blue 72

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

Shades of Sunset #C05148

Tints of Sunset #C05148

RGB

 RED value IS 192 (75.39% from 255) = 55.65%

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 55.65%
G = 23.48%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C05148 (or 0xC05148) is known color: Sunset. HEX triplet: C0, 51 and 48. RGB value is (192,81,72). Sum of RGB (Red+Green+Blue) = 192+81+72=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C05148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05148 is #3FAEB7. Grayscale: #717171. Windows color (decimal): -4173496 or 4739520. OLE color: 4739520.

HSL color Cylindrical-coordinate representation of color #C05148: hue angle of 4.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05148 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 72 -
CMYK 0 0.58 0.63 0.25
HSL 4.5º 0.49% 0.52% -
HSV(B) 4.5º 0.63% 0.75% -
XYZ 25.85 17.56 8.16 -
YUV 113.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 192 81 72 0 0.58 0.63 0.25 4.5 0.49 0.52
Hex C0 51 48 0 3A 3F 19 4 31 34
Octal 300 121 110 0 72 77 31 4 61 64
Binary 11000000 1010001 1001000 0 111010 111111 11001 100 110001 110100

Color Harmonies of #C05148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05148

Black with #C05148

Text Example


Text Example

White with #C05148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05148; }

 p { color: rgb(192,81,72); }

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

background-color css

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

 a { background-color: rgb(192,81,72); }

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

border-color css

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

 span { border-color: rgb(192,81,72); }

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