Html Css Color HEX #C85348 Sunset

📋 copy color: '#C85348'

red 200 ◦ green 83 ◦ blue 72

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

Shades of Sunset #C85348

Tints of Sunset #C85348

RGB

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

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

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

R = 56.34%
G = 23.38%
B = 20.28%

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

#C85348 (or 0xC85348) is known color: Sunset. HEX triplet: C8, 53 and 48. RGB value is (200,83,72). Sum of RGB (Red+Green+Blue) = 200+83+72=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85348 is #37ACB7. Grayscale: #747474. Windows color (decimal): -3648696 or 4740040. OLE color: 4740040.

HSL color Cylindrical-coordinate representation of color #C85348: hue angle of 5.16º 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 #C85348 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 72 -
CMYK 0 0.58 0.64 0.22
HSL 5.16º 0.54% 0.53% -
HSV(B) 5.16º 0.64% 0.78% -
XYZ 28.08 18.93 8.31 -
YUV 116.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 200 83 72 0 0.58 0.64 0.22 5.16 0.54 0.53
Hex C8 53 48 0 3A 40 16 5 36 35
Octal 310 123 110 0 72 100 26 5 66 65
Binary 11001000 1010011 1001000 0 111010 1000000 10110 101 110110 110101

Color Harmonies of #C85348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85348

Black with #C85348

Text Example


Text Example

White with #C85348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85348; }

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

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

background-color css

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

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

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

border-color css

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

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

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