Html Css Color HEX #C05350 Sunset

📋 copy color: '#C05350'

red 192 ◦ green 83 ◦ blue 80

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

Shades of Sunset #C05350

Tints of Sunset #C05350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 54.08%
G = 23.38%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C05350 (or 0xC05350) is known color: Sunset. HEX triplet: C0, 53 and 50. RGB value is (192,83,80). Sum of RGB (Red+Green+Blue) = 192+83+80=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C05350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05350 is #3FACAF. Grayscale: #737373. Windows color (decimal): -4172976 or 5264320. OLE color: 5264320.

HSL color Cylindrical-coordinate representation of color #C05350: hue angle of 1.61º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05350 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 80 -
CMYK 0 0.57 0.58 0.25
HSL 1.61º 0.47% 0.53% -
HSV(B) 1.61º 0.58% 0.75% -
XYZ 26.28 17.97 9.67 -
YUV 115.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 192 83 80 0 0.57 0.58 0.25 1.61 0.47 0.53
Hex C0 53 50 0 39 3A 19 2 2F 35
Octal 300 123 120 0 71 72 31 2 57 65
Binary 11000000 1010011 1010000 0 111001 111010 11001 10 101111 110101

Color Harmonies of #C05350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05350

Black with #C05350

Text Example


Text Example

White with #C05350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05350; }

 p { color: rgb(192,83,80); }

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

background-color css

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

 a { background-color: rgb(192,83,80); }

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

border-color css

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

 span { border-color: rgb(192,83,80); }

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