Html Css Color HEX #C85C54 Sunglo

📋 copy color: '#C85C54'

red 200 ◦ green 92 ◦ blue 84

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

Shades of Sunglo #C85C54

Tints of Sunglo #C85C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.47%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 53.19%
G = 24.47%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85C54 (or 0xC85C54) is known color: Sunglo. HEX triplet: C8, 5C and 54. RGB value is (200,92,84). Sum of RGB (Red+Green+Blue) = 200+92+84=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C54 is #37A3AB. Grayscale: #7B7B7B. Windows color (decimal): -3646380 or 5528776. OLE color: 5528776.

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

Color convert

RGB 200 92 84 -
CMYK 0 0.54 0.58 0.22
HSL 4.14º 0.51% 0.56% -
HSV(B) 4.14º 0.58% 0.78% -
XYZ 29.25 20.57 10.82 -
YUV 123.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 200 92 84 0 0.54 0.58 0.22 4.14 0.51 0.56
Hex C8 5C 54 0 36 3A 16 4 33 38
Octal 310 134 124 0 66 72 26 4 63 70
Binary 11001000 1011100 1010100 0 110110 111010 10110 100 110011 111000

Color Harmonies of #C85C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C54

Black with #C85C54

Text Example


Text Example

White with #C85C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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