Html Css Color HEX #C56055 Sunglo

📋 copy color: '#C56055'

red 197 ◦ green 96 ◦ blue 85

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

Shades of Sunglo #C56055

Tints of Sunglo #C56055

RGB

 RED value IS 197 (77.34% from 255) = 52.12%

 GREEN value IS 96 (37.89% from 255) = 25.4%

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

R = 52.12%
G = 25.4%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C56055 (or 0xC56055) is known color: Sunglo. HEX triplet: C5, 60 and 55. RGB value is (197,96,85). Sum of RGB (Red+Green+Blue) = 197+96+85=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C56055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56055 is #3A9FAA. Grayscale: #7D7D7D. Windows color (decimal): -3841963 or 5595333. OLE color: 5595333.

HSL color Cylindrical-coordinate representation of color #C56055: hue angle of 5.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56055 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 85 -
CMYK 0 0.51 0.57 0.23
HSL 5.89º 0.49% 0.55% -
HSV(B) 5.89º 0.57% 0.77% -
XYZ 28.85 20.89 11.11 -
YUV 124.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 197 96 85 0 0.51 0.57 0.23 5.89 0.49 0.55
Hex C5 60 55 0 33 39 17 6 31 37
Octal 305 140 125 0 63 71 27 6 61 67
Binary 11000101 1100000 1010101 0 110011 111001 10111 110 110001 110111

Color Harmonies of #C56055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56055

Black with #C56055

Text Example


Text Example

White with #C56055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56055; }

 p { color: rgb(197,96,85); }

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

background-color css

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

 a { background-color: rgb(197,96,85); }

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

border-color css

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

 span { border-color: rgb(197,96,85); }

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