Html Css Color HEX #C85B53 Sunglo

📋 copy color: '#C85B53'

red 200 ◦ green 91 ◦ blue 83

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

Shades of Sunglo #C85B53

Tints of Sunglo #C85B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 53.48%
G = 24.33%
B = 22.19%

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

#C85B53 (or 0xC85B53) is known color: Sunglo. HEX triplet: C8, 5B and 53. RGB value is (200,91,83). Sum of RGB (Red+Green+Blue) = 200+91+83=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B53 is #37A4AC. Grayscale: #7A7A7A. Windows color (decimal): -3646637 or 5462984. OLE color: 5462984.

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

Color convert

RGB 200 91 83 -
CMYK 0 0.54 0.58 0.22
HSL 4.1º 0.52% 0.55% -
HSV(B) 4.1º 0.59% 0.78% -
XYZ 29.12 20.39 10.58 -
YUV 122.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 200 91 83 0 0.54 0.58 0.22 4.1 0.52 0.55
Hex C8 5B 53 0 36 3A 16 4 34 37
Octal 310 133 123 0 66 72 26 4 64 67
Binary 11001000 1011011 1010011 0 110110 111010 10110 100 110100 110111

Color Harmonies of #C85B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B53

Black with #C85B53

Text Example


Text Example

White with #C85B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B53; }

 p { color: rgb(200,91,83); }

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

background-color css

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

 a { background-color: rgb(200,91,83); }

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

border-color css

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

 span { border-color: rgb(200,91,83); }

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