Html Css Color HEX #C85A50 Sunglo

📋 copy color: '#C85A50'

red 200 ◦ green 90 ◦ blue 80

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

Shades of Sunglo #C85A50

Tints of Sunglo #C85A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 54.05%
G = 24.32%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C85A50 (or 0xC85A50) is known color: Sunglo. HEX triplet: C8, 5A and 50. RGB value is (200,90,80). Sum of RGB (Red+Green+Blue) = 200+90+80=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A50 is #37A5AF. Grayscale: #797979. Windows color (decimal): -3646896 or 5266120. OLE color: 5266120.

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

Color convert

RGB 200 90 80 -
CMYK 0 0.55 0.6 0.22
HSL 0.52% 0.55% -
HSV(B) 0.6% 0.78% -
XYZ 28.92 20.17 9.96 -
YUV 121.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 200 90 80 0 0.55 0.6 0.22 5 0.52 0.55
Hex C8 5A 50 0 37 3C 16 5 34 37
Octal 310 132 120 0 67 74 26 5 64 67
Binary 11001000 1011010 1010000 0 110111 111100 10110 101 110100 110111

Color Harmonies of #C85A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A50

Black with #C85A50

Text Example


Text Example

White with #C85A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A50; }

 p { color: rgb(200,90,80); }

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

background-color css

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

 a { background-color: rgb(200,90,80); }

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

border-color css

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

 span { border-color: rgb(200,90,80); }

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