Html Css Color HEX #C04B48 Sunset

📋 copy color: '#C04B48'

red 192 ◦ green 75 ◦ blue 72

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

Shades of Sunset #C04B48

Tints of Sunset #C04B48

RGB

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

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

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

R = 56.64%
G = 22.12%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04B48 (or 0xC04B48) is known color: Sunset. HEX triplet: C0, 4B and 48. RGB value is (192,75,72). Sum of RGB (Red+Green+Blue) = 192+75+72=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B48 is #3FB4B7. Grayscale: #6D6D6D. Windows color (decimal): -4175032 or 4737984. OLE color: 4737984.

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

Color convert

RGB 192 75 72 -
CMYK 0 0.61 0.63 0.25
HSL 1.5º 0.49% 0.52% -
HSV(B) 1.5º 0.63% 0.75% -
XYZ 25.42 16.71 8.02 -
YUV 109.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 192 75 72 0 0.61 0.63 0.25 1.5 0.49 0.52
Hex C0 4B 48 0 3D 3F 19 2 31 34
Octal 300 113 110 0 75 77 31 2 61 64
Binary 11000000 1001011 1001000 0 111101 111111 11001 10 110001 110100

Color Harmonies of #C04B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B48

Black with #C04B48

Text Example


Text Example

White with #C04B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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