Html Css Color HEX #C04B49 Sunset

📋 copy color: '#C04B49'

red 192 ◦ green 75 ◦ blue 73

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

Shades of Sunset #C04B49

Tints of Sunset #C04B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.06%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 56.47%
G = 22.06%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C04B49 (or 0xC04B49) is known color: Sunset. HEX triplet: C0, 4B and 49. RGB value is (192,75,73). Sum of RGB (Red+Green+Blue) = 192+75+73=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B49 is #3FB4B6. Grayscale: #6D6D6D. Windows color (decimal): -4175031 or 4803520. OLE color: 4803520.

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

Color convert

RGB 192 75 73 -
CMYK 0 0.61 0.62 0.25
HSL 1.01º 0.49% 0.52% -
HSV(B) 1.01º 0.62% 0.75% -
XYZ 25.46 16.72 8.19 -
YUV 109.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 192 75 73 0 0.61 0.62 0.25 1.01 0.49 0.52
Hex C0 4B 49 0 3D 3E 19 1 31 34
Octal 300 113 111 0 75 76 31 1 61 64
Binary 11000000 1001011 1001001 0 111101 111110 11001 1 110001 110100

Color Harmonies of #C04B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B49

Black with #C04B49

Text Example


Text Example

White with #C04B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B49; }

 p { color: rgb(192,75,73); }

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

background-color css

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

 a { background-color: rgb(192,75,73); }

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

border-color css

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

 span { border-color: rgb(192,75,73); }

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