Html Css Color HEX #C85144 Sunset

📋 copy color: '#C85144'

red 200 ◦ green 81 ◦ blue 68

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

Shades of Sunset #C85144

Tints of Sunset #C85144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 57.31%
G = 23.21%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C85144 (or 0xC85144) is known color: Sunset. HEX triplet: C8, 51 and 44. RGB value is (200,81,68). Sum of RGB (Red+Green+Blue) = 200+81+68=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C85144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85144 is #37AEBB. Grayscale: #737373. Windows color (decimal): -3649212 or 4477384. OLE color: 4477384.

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

Color convert

RGB 200 81 68 -
CMYK 0 0.59 0.66 0.22
HSL 5.91º 0.55% 0.53% -
HSV(B) 5.91º 0.66% 0.78% -
XYZ 27.81 18.58 7.59 -
YUV 115.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 200 81 68 0 0.59 0.66 0.22 5.91 0.55 0.53
Hex C8 51 44 0 3B 42 16 6 37 35
Octal 310 121 104 0 73 102 26 6 67 65
Binary 11001000 1010001 1000100 0 111011 1000010 10110 110 110111 110101

Color Harmonies of #C85144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85144

Black with #C85144

Text Example


Text Example

White with #C85144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85144; }

 p { color: rgb(200,81,68); }

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

background-color css

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

 a { background-color: rgb(200,81,68); }

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

border-color css

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

 span { border-color: rgb(200,81,68); }

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