Html Css Color HEX #C85F57 Sunglo

📋 copy color: '#C85F57'

red 200 ◦ green 95 ◦ blue 87

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

Shades of Sunglo #C85F57

Tints of Sunglo #C85F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.87%

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

R = 52.36%
G = 24.87%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85F57 (or 0xC85F57) is known color: Sunglo. HEX triplet: C8, 5F and 57. RGB value is (200,95,87). Sum of RGB (Red+Green+Blue) = 200+95+87=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F57 is #37A0A8. Grayscale: #7D7D7D. Windows color (decimal): -3645609 or 5726152. OLE color: 5726152.

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

Color convert

RGB 200 95 87 -
CMYK 0 0.52 0.56 0.22
HSL 4.25º 0.51% 0.56% -
HSV(B) 4.25º 0.57% 0.78% -
XYZ 29.63 21.15 11.54 -
YUV 125.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 200 95 87 0 0.52 0.56 0.22 4.25 0.51 0.56
Hex C8 5F 57 0 34 38 16 4 33 38
Octal 310 137 127 0 64 70 26 4 63 70
Binary 11001000 1011111 1010111 0 110100 111000 10110 100 110011 111000

Color Harmonies of #C85F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F57

Black with #C85F57

Text Example


Text Example

White with #C85F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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