Html Css Color HEX #C85448 Sunset

📋 copy color: '#C85448'

red 200 ◦ green 84 ◦ blue 72

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

Shades of Sunset #C85448

Tints of Sunset #C85448

RGB

 RED value IS 200 (78.52% from 255) = 56.18%

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 56.18%
G = 23.6%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85448 (or 0xC85448) is known color: Sunset. HEX triplet: C8, 54 and 48. RGB value is (200,84,72). Sum of RGB (Red+Green+Blue) = 200+84+72=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C85448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85448 is #37ABB7. Grayscale: #757575. Windows color (decimal): -3648440 or 4740296. OLE color: 4740296.

HSL color Cylindrical-coordinate representation of color #C85448: hue angle of 5.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85448 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 72 -
CMYK 0 0.58 0.64 0.22
HSL 5.63º 0.54% 0.53% -
HSV(B) 5.63º 0.64% 0.78% -
XYZ 28.16 19.09 8.33 -
YUV 117.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 200 84 72 0 0.58 0.64 0.22 5.63 0.54 0.53
Hex C8 54 48 0 3A 40 16 6 36 35
Octal 310 124 110 0 72 100 26 6 66 65
Binary 11001000 1010100 1001000 0 111010 1000000 10110 110 110110 110101

Color Harmonies of #C85448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85448

Black with #C85448

Text Example


Text Example

White with #C85448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85448; }

 p { color: rgb(200,84,72); }

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

background-color css

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

 a { background-color: rgb(200,84,72); }

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

border-color css

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

 span { border-color: rgb(200,84,72); }

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