Html Css Color HEX #C85D57 Sunglo

📋 copy color: '#C85D57'

red 200 ◦ green 93 ◦ blue 87

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

Shades of Sunglo #C85D57

Tints of Sunglo #C85D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.47%

 BLUE value IS 87 (34.38% from 255) = 22.89%

R = 52.63%
G = 24.47%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85D57 (or 0xC85D57) is known color: Sunglo. HEX triplet: C8, 5D and 57. RGB value is (200,93,87). Sum of RGB (Red+Green+Blue) = 200+93+87=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D57 is #37A2A8. Grayscale: #7C7C7C. Windows color (decimal): -3646121 or 5725640. OLE color: 5725640.

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

Color convert

RGB 200 93 87 -
CMYK 0 0.54 0.56 0.22
HSL 3.19º 0.51% 0.56% -
HSV(B) 3.19º 0.57% 0.78% -
XYZ 29.45 20.8 11.48 -
YUV 124.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 200 93 87 0 0.54 0.56 0.22 3.19 0.51 0.56
Hex C8 5D 57 0 36 38 16 3 33 38
Octal 310 135 127 0 66 70 26 3 63 70
Binary 11001000 1011101 1010111 0 110110 111000 10110 11 110011 111000

Color Harmonies of #C85D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D57

Black with #C85D57

Text Example


Text Example

White with #C85D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D57; }

 p { color: rgb(200,93,87); }

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

background-color css

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

 a { background-color: rgb(200,93,87); }

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

border-color css

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

 span { border-color: rgb(200,93,87); }

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