Html Css Color HEX #C85C55 Sunglo

📋 copy color: '#C85C55'

red 200 ◦ green 92 ◦ blue 85

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

Shades of Sunglo #C85C55

Tints of Sunglo #C85C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 53.05%
G = 24.4%
B = 22.55%

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

#C85C55 (or 0xC85C55) is known color: Sunglo. HEX triplet: C8, 5C and 55. RGB value is (200,92,85). Sum of RGB (Red+Green+Blue) = 200+92+85=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C55 is #37A3AA. Grayscale: #7B7B7B. Windows color (decimal): -3646379 or 5594312. OLE color: 5594312.

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

Color convert

RGB 200 92 85 -
CMYK 0 0.54 0.58 0.22
HSL 3.65º 0.51% 0.56% -
HSV(B) 3.65º 0.58% 0.78% -
XYZ 29.29 20.59 11.02 -
YUV 123.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 200 92 85 0 0.54 0.58 0.22 3.65 0.51 0.56
Hex C8 5C 55 0 36 3A 16 4 33 38
Octal 310 134 125 0 66 72 26 4 63 70
Binary 11001000 1011100 1010101 0 110110 111010 10110 100 110011 111000

Color Harmonies of #C85C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C55

Black with #C85C55

Text Example


Text Example

White with #C85C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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