Html Css Color HEX #C05648 Sunset

📋 copy color: '#C05648'

red 192 ◦ green 86 ◦ blue 72

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

Shades of Sunset #C05648

Tints of Sunset #C05648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

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

R = 54.86%
G = 24.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C05648 (or 0xC05648) is known color: Sunset. HEX triplet: C0, 56 and 48. RGB value is (192,86,72). Sum of RGB (Red+Green+Blue) = 192+86+72=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C05648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05648 is #3FA9B7. Grayscale: #747474. Windows color (decimal): -4172216 or 4740800. OLE color: 4740800.

HSL color Cylindrical-coordinate representation of color #C05648: hue angle of 7º 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 #C05648 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 72 -
CMYK 0 0.55 0.63 0.25
HSL 0.49% 0.52% -
HSV(B) 0.63% 0.75% -
XYZ 26.24 18.33 8.29 -
YUV 116.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 192 86 72 0 0.55 0.63 0.25 7 0.49 0.52
Hex C0 56 48 0 37 3F 19 7 31 34
Octal 300 126 110 0 67 77 31 7 61 64
Binary 11000000 1010110 1001000 0 110111 111111 11001 111 110001 110100

Color Harmonies of #C05648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05648

Black with #C05648

Text Example


Text Example

White with #C05648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05648; }

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

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

background-color css

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

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

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

border-color css

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

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

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